[Bug fortran/31563] Arithmetic overflow and BOZ

dir at lanl dot gov gcc-bugzilla@gcc.gnu.org
Fri Apr 13 19:32:00 GMT 2007



------- Comment #6 from dir at lanl dot gov  2007-04-13 20:32 -------
Sorry, I cannot find another compiler that agrees with gfortran -

[dir@ffe1 ~/tests]$ ifort -o mask mask.f90
[dir@ffe1 ~/tests]$ mask
80000000
FF000000
qsc10:~/tests [6] > f90 -o mask mask.f90
qsc10:~/tests [7] > mask
80000000
FF000000
[dir@ffe1 ~/tests]$ pgf90 -o mask mask.f90
[dir@ffe1 ~/tests]$ mask
80000000
FF000000
[dranta:~/junk] dir% g95  -o mask mask.f90
[dranta:~/junk] dir% mask
80000000
FF000000
[dranta:~/junk] dir% f90 -o mask mask.f90
[dranta:~/junk] dir% mask
80000000
ff000000
[dranta:~/junk] dir% xlf95 -qsuffix=f=f90 -o mask mask.f90
-L/usr/lib/gcc/powerpc-apple-darwin8/4.0.1
** _main   === End of Compilation 1 ===
1501-510  Compilation successful for file mask.f90.
[dranta:~/junk] dir% mask
80000000
FF000000


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31563



More information about the Gcc-bugs mailing list