[Bug fortran/66056] Segmentation fault for lonely label in type

2015-06-17 Thread gerhard.steinmetz.fort...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66056 --- Comment #4 from Gerhard Steinmetz --- These two do not circle around, $ cat y1.f90 program p type t integer :: n = 1 1 ! 2 ! end type type(t) :: a print *, a end $ cat y2.f90 program p type t intege

[Bug fortran/66056] Segmentation fault for lonely label in type

2015-06-17 Thread gerhard.steinmetz.fort...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66056 --- Comment #3 from Gerhard Steinmetz --- The following test file generates an endless compilation for every subroutine. It's worth looking deeper. $ cat type_with_lonely_numbers.f90 program p call s1 call s2 call s3 call s4 cal

[Bug fortran/66056] Segmentation fault for lonely label in type

2015-06-17 Thread gerhard.steinmetz.fort...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66056 --- Comment #2 from Gerhard Steinmetz --- Hmm, there is always an ICE on my environment, for any used options.

[Bug fortran/66056] Segmentation fault for lonely label in type

2015-05-07 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66056 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org --- C