This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/32555] [4.3 Regression] Miscompilation of NIST testsuite
- From: "jvdelisle at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Jun 2007 05:14:56 -0000
- Subject: [Bug fortran/32555] [4.3 Regression] Miscompilation of NIST testsuite
- References: <bug-32555-10743@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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