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/30683] [4.2 only] internal compiler error: Segmentation fault



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


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