public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/13912] New: [gfortran]  Does not accept g77 code
@ 2004-01-29  2:03 bdavis9659 at comcast dot net
  2004-01-29  2:05 ` [Bug fortran/13912] " pinskia at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: bdavis9659 at comcast dot net @ 2004-01-29  2:03 UTC (permalink / raw)
  To: gcc-bugs

[bdavis@localhost bin]$ cat example6.f
         INTEGER DMTABREQ(100)
         INTEGER I
         DMTABREQ(I)=DMTABREQ(I) * -1
         END
[bdavis@localhost bin]$ g77 example6.f
[bdavis@localhost bin]$ /usr/local/bin/gfortran example6.f
 In file example6.f:3
 
         DMTABREQ(I)=DMTABREQ(I) * -1
        1
Error: Unclassifiable statement at (1)

[bdavis@localhost bin]$ /usr/local/bin/gfortran --version
GNU Fortran 95 (GCC 3.5-tree-ssa 20040128 (merged 20040102))

Is this legal f90 ? I do not know but it works on f77 compilers.

-- 
           Summary: [gfortran]  Does not accept g77 code
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bdavis9659 at comcast dot net
                CC: gcc-bugs at gcc dot gnu dot org


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2004-05-26  2:37 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-29  2:03 [Bug fortran/13912] New: [gfortran] Does not accept g77 code bdavis9659 at comcast dot net
2004-01-29  2:05 ` [Bug fortran/13912] " pinskia at gcc dot gnu dot org
2004-01-29  7:12 ` pinskia at gcc dot gnu dot org
2004-04-22 13:02 ` [Bug fortran/13912] [gfortran] Does not accept negative constants Tobias dot Schlueter at physik dot uni-muenchen dot de
2004-04-25 20:29 ` [Bug fortran/13912] [gfortran] Does not accept consecutive arithmetic operators (*-) bdavis9659 at comcast dot net
2004-05-24 14:53 ` pinskia at gcc dot gnu dot org
2004-05-26 14:19 ` cvs-commit at gcc dot gnu dot org
2004-05-26 14:19 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).