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 #6 from sgk at troutmask dot apl dot washington dot edu  2007-02-03 17:45 -------
Subject: Re:  [4.2 only] internal compiler error: Segmentation fault

On Sat, Feb 03, 2007 at 12:05:53PM -0000, sfilippone at uniroma2 dot it wrote:
> 
> > 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? 

I a quick scan of F2003, I could not find anything that
say the construct above is nonconforming.  So, I believe
that it is permitted.

> Just to make sure. In any case, an ice is an ice.... 

Yes, indeed.  Fortunately, this one was easy to find
and fix.


-- 


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]