[Bug fortran/32555] [4.3 Regression] Miscompilation of NIST testsuite
jvdelisle at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sat Jun 30 05:15:00 GMT 2007
------- Comment #1 from jvdelisle at gcc dot gnu dot org 2007-06-30 05:14 -------
Examples:
FM403.f:859.35:
2050 FORMAT(2PF8.3,-2PE9.4,F9.4,0PF9.4,9X,-2PE9.4,F9.4)
1
Error: Unexpected element in format string at (1)
FM403.f:860.20:
READ(IRVI,2050)EP1S(16),EP1S(17),EP1S(18), EP1S(19),
1
Error: FORMAT label 2050 at (1) not defined
FM900.f:651.35:
02126 FORMAT(2PF8.3,-2PE9.4,F9.4,0PG9.4,D9.4,-2PE9.4,F9.4,D9.4,2PG9.4)
1
Error: Unexpected element in format string at (1)
FM900.f:652.21:
READ(IRVI,02126)BVC, CHAVC, BC2D(1,4), A1C(1), BC2D(2,1), DPAVD
1
Error: FORMAT label 2126 at (1) not defined
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32555
More information about the Gcc-bugs
mailing list