-profile
Assignee: unassigned at gcc dot gnu.org
Reporter: patrick.seewald at gmail dot com
Target Milestone: ---
$ cat example.in
PROGRAM example
PRINT *, "example"
END PROGRAM
$ cat example.f90
#line 1 "example.in"
PROGRAM example
PRINT *, "example
ty: normal
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: patrick.seewald at gmail dot com
Target Milestone: ---
This should not compile because 'foo' is undefined:
PROGRAM example
IMPLICIT NONE
REAL, ALLOCATABLE, D
: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: patrick.seewald at gmail dot com
Target Milestone: ---
I get an internal compiler error (Segmentation fault) when compiling the
following program
program reshape_bug
integer, dimension(2) :: order1
integer