[Bug gcov-profile/78792] New: gfortran + gcov confused by #line directive

2016-12-13 Thread patrick.seewald at gmail dot com
-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

[Bug fortran/78171] New: example with undefined symbol compiles with '-O1 -fcheck=pointer'

2016-10-31 Thread patrick.seewald at gmail dot com
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

[Bug fortran/72791] New: Internal compiler error for reshape intrinsic

2016-08-03 Thread patrick.seewald at gmail dot com
: 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