This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/22306] ICE: segmentation fault


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]