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

             Bug #: 50259
           Summary: Internal Error at (1): gfc_resolve_expr(): Bad
                    expression type
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassig...@gcc.gnu.org
        ReportedBy: joost.vandevond...@pci.uzh.ch


The following invalid code (note the continuation)

MODULE cp_parser_types
  TYPE cp_parser_type
     CHARACTER(LEN=1)                               :: comment_character(2),&
     CHARACTER (len=default_path_length), DIMENSION(:,:), POINTER ::
initial_variables
  END TYPE cp_parser_type
END MODULE cp_parser_types

yields:

Internal Error at (1):
gfc_resolve_expr(): Bad expression type

Reply via email to