------- 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
----------------------------------------------------------------------------
            Summary|ICE: segmentation fault     |ICE: segmentation fault


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22306

Reply via email to