[Bug fortran/30683] [4.2 only] internal compiler error: Segmentation fault
sfilippone at uniroma2 dot it
gcc-bugzilla@gcc.gnu.org
Sat Feb 3 12:06:00 GMT 2007
------- Comment #5 from sfilippone at uniroma2 dot it 2007-02-03 12:05 -------
(In reply to comment #2)
> 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 the standard may permit this construct, it may be prudent to
> not rename standard intrinsic procedures.
>
Agreed.
I take it you mean it IS standard conforming, right?
Just to make sure. In any case, an ice is an ice....
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30683
More information about the Gcc-bugs
mailing list