This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/30683] [4.2 only] internal compiler error: Segmentation fault
- From: "sgk at troutmask dot apl dot washington dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 Feb 2007 17:45:06 -0000
- Subject: [Bug fortran/30683] [4.2 only] internal compiler error: Segmentation fault
- References: <bug-30683-9410@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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