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/41951] New: [OOP] ICE in gfc_match_varspec, at fortran/primary.c:1815


The following program is an extension to the one in PR 41539. It finally
requires to many features that ifort 11.1 does not like it - nor the dated NAG
f95 5.1 (current is 5.2). And while gfortran should have everything needed, it
still does not work.

I have no idea whether the code is correct - probably not - but an ICE is
definitely wrong. (For other issues see PR 41539.)

$ gfortran sort.f90
f951: internal compiler error: in gfc_match_varspec, at fortran/primary.c:1815
Please submit a full bug report


-- 
           Summary: [OOP] ICE in gfc_match_varspec, at
                    fortran/primary.c:1815
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: burnus at gcc dot gnu dot org
 BugsThisDependsOn: 41539


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


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