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/52652] New: call to gfc_match_asynchronous for allocatable at parse.c line 164


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

             Bug #: 52652
           Summary: call to gfc_match_asynchronous for allocatable at
                    parse.c line 164
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: bugzillamail@ameshymn.org


parse.c line 164:

Is:
      match ("allocatable", gfc_match_asynchronous, ST_ATTR_DECL);

Should be?

      match ("allocatable", gfc_match_allocatable, ST_ATTR_DECL);


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