[Bug fortran/50259] New: Internal Error at (1): gfc_resolve_expr(): Bad expression type

Joost.VandeVondele at pci dot uzh.ch gcc-bugzilla@gcc.gnu.org
Thu Sep 1 06:55:00 GMT 2011


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: unassigned@gcc.gnu.org
        ReportedBy: Joost.VandeVondele@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



More information about the Gcc-bugs mailing list