Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enh: Fortran backend to visit Print arguments #5223

Merged
merged 7 commits into from
Nov 2, 2024

Conversation

Pranavchiku
Copy link
Member

Fixes #5221

@Pranavchiku Pranavchiku added CI Continuous Integration Fortran Fortran backend related issues labels Nov 1, 2024
.github/workflows/CI.yml Outdated Show resolved Hide resolved
.github/workflows/CI.yml Outdated Show resolved Hide resolved
@Pranavchiku
Copy link
Member Author

Pranavchiku commented Nov 1, 2024

I don't think this failure has anything to do with this PR, this is exact same error I get on sin_02, intrinsics_170 with latest master. CI: https://github.com/lfortran/lfortran/actions/runs/11626738999/job/32378899730?pr=5223

[ 98%] Built target file_15_simplifier_FAST
[ 98%] Building Fortran object CMakeFiles/bits_04_simplifier_FAST.dir/bits_04.f90.o
[ 98%] Building Fortran object CMakeFiles/bits_02_simplifier_FAST.dir/bits_02.f90.o
[ 98%] Building Fortran object CMakeFiles/bits_05_simplifier_FAST.dir/bits_05.f90.o
[ 98%] Linking Fortran executable cos_01_simplifier_FAST
[ 98%] Linking Fortran executable sin_03_simplifier_FAST
[ 98%] Linking Fortran executable bits_01_simplifier_FAST
f951: Fatal Error: Cannot rename module file ‘lfortran_intrinsic_iso_fortran_env.mod0’ to ‘lfortran_intrinsic_iso_fortran_env.mod’: No such file or directory
compilation terminated.
The command 'gfortran -fno-backtrace -o CMakeFiles/sin_04_simplifier_FAST.dir/sin_04.f90.o -c CMakeFiles/sin_04_simplifier_FAST.dir/sin_04.f90.o.tmp.f90' failed.
make[2]: *** [CMakeFiles/sin_04_simplifier_FAST.dir/build.make:75: CMakeFiles/sin_04_simplifier_FAST.dir/sin_04.f90.o] Error 11
make[1]: *** [CMakeFiles/Makefile2:9605: CMakeFiles/sin_04_simplifier_FAST.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 98%] Built target sin_01_simplifier_FAST
[ 98%] Linking Fortran executable bits_04_simplifier_FAST
[ 98%] Linking Fortran executable bits_02_simplifier_FAST
[ 99%] Linking Fortran executable bits_05_simplifier_FAST

@Pranavchiku Pranavchiku marked this pull request as ready for review November 1, 2024 11:55
@Pranavchiku
Copy link
Member Author

I opened #5227 for #5223 (comment)

@certik certik merged commit c3debf5 into lfortran:main Nov 2, 2024
36 checks passed
@certik
Copy link
Contributor

certik commented Nov 2, 2024

I don't see any failure in master? https://github.com/lfortran/lfortran/actions?query=branch%3Amain

@Pranavchiku
Copy link
Member Author

The failure comes when we run integration tests without -j1

@certik
Copy link
Contributor

certik commented Nov 3, 2024

I see.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration Fortran Fortran backend related issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fortran backend skips arguments of Print
2 participants