This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/39532] New: fortran 95 parsing trouble


Program extract:

...
      module brennerdata
        use datatypes
        use element,    only : maxele
        integer(i4),         save :: nbrennertype = 3
        integer(i4),    parameter :: nREBOspecies = 4
        integer(i4),         save :: nREBOspecies2
        logical,             save :: lbP_CHdone(0:3,0:3,3)
        logical,             save ::
lbPdone(0:3,0:3,nREBOspecies*(nREBOspecies+
1)/2,nREBOspecies)
...

        logical,             save :: lbPdone(0:3,0:3,nREBOspecies*(nREBO
                                                                   1
Error: Missing ')' in statement at or before (1)

with gfortran 4.4.0 source of 16 March 2009. I believe this is correct
F95, and the intel compiler is happy with it. (This may be a duplicate of
another bug, but what would good search terms be?)


-- 
           Summary: fortran 95 parsing trouble
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: prlw1 at cam dot ac dot uk
 GCC build triplet: i386-unknown-netbsdelf5.99.8
  GCC host triplet: i386-unknown-netbsdelf5.99.8
GCC target triplet: i386-unknown-netbsdelf5.99.8


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]