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: unassig...@gcc.gnu.org
        ReportedBy: bugzillam...@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);

Reply via email to