fortran-compiler-tests icon indicating copy to clipboard operation
fortran-compiler-tests copied to clipboard

A collection of Fortran compiler bug examples and tests

Results 3 fortran-compiler-tests issues
Sort by recently updated
recently updated
newest added

This PR adds a minimal reproducer for [gfortran bug 98141](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98141).

running with flang FC=flang cmake ../ make : /usr/bin/ld: /usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/libflangmain.a(flangmain.c.o): in function `main': (.text.startup.main+0x42): undefined reference to `MAIN_' flang-7: error: linker command failed with exit code 1 (use -v to...

The old test case `nag/nag-20150528.f90` started failing again with 6.2 build 6212, but in what appears to be an entirely different way. The test case is relatively long and complex...

nag