[Bug fortran/22306] ICE: segmentation fault

2005-07-05 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-05 13:04 --- Confirmed, reduced testcase: module stackmod type stack_node integer :: intval=0 type(stack_node), pointer :: next end type stack_node contains subroutine push() type(

[Bug fortran/22306] ICE: segmentation fault

2005-07-05 Thread sfilippone at uniroma2 dot it
--- Additional Comments From sfilippone at uniroma2 dot it 2005-07-05 09:44 --- Changing the line type(stack_node), pointer :: new_node into type(stack_node), pointer :: new_node => null() is a workaround. -- What|Removed |Added --

[Bug fortran/22306] ICE: segmentation fault

2005-07-05 Thread sfilippone at uniroma2 dot it
--- Additional Comments From sfilippone at uniroma2 dot it 2005-07-05 07:49 --- Created an attachment (id=9204) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9204&action=view) Test case I believe the code is standard compliant, but even if it isn't the compiler fails spectacularly