This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/22306] ICE: segmentation fault
- From: "sfilippone at uniroma2 dot it" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 Jul 2005 09:44:54 -0000
- Subject: [Bug fortran/22306] ICE: segmentation fault
- References: <20050705074747.22306.sfilippone@uniroma2.it>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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