[Bug fortran/30683] internal compiler error: Segmentation fault

2007-02-02 Thread kargl at gcc dot gnu dot org
--- Comment #3 from kargl at gcc dot gnu dot org 2007-02-03 01:01 --- Subject: Bug 30683 Author: kargl Date: Sat Feb 3 01:01:06 2007 New Revision: 121531 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=121531 Log: 2007-02-02 Steven G. Kargl <[EMAIL PROTECTED]> PR fort

[Bug fortran/30683] internal compiler error: Segmentation fault

2007-02-02 Thread kargl at gcc dot gnu dot org
--- Comment #2 from kargl at gcc dot gnu dot org 2007-02-02 23:44 --- I'm testing a patch for this at the moment. The problem is you have renamed SIZE to an interface. That is, this is leading to the segfault: interface size module procedure get_fld_size end interface While

[Bug fortran/30683] internal compiler error: Segmentation fault

2007-02-02 Thread sfilippone at uniroma2 dot it
--- Comment #1 from sfilippone at uniroma2 dot it 2007-02-02 22:01 --- Created an attachment (id=12999) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12999&action=view) test case -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30683