This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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]

Re: ICE caused by -O3 and fbounds-check options together


On Thu, Oct 12, 2006 at 06:18:22PM -0400, Andrew Pinski wrote:
> > 
> > On Thu, Oct 12, 2006 at 02:40:29PM -0700, Vivek Rao wrote:
> > > The program below causes an ICE if compiled with
> > > -fbounds-check and the -O3 option, but not if -O2 or
> > > -O1 are used instead of -O3.
> > > 
> > I cannot reproduce this with
> > GNU Fortran 95 (GCC) 4.2.0 20061009 (experimental)
> > on amd64-*-freebsd.
> 
> Can you also try -m32 -O3 -fbounds-check, that gets
> two cases closer together?
> 

troutmask:sgk[312] gfc4x -m32 -O3 -fbounds-check -c rt.f90
rt.f90: In function 'abc':
rt.f90:5: internal compiler error: in compare_name_with_value, at tree-vrp.c:3561

:(

-- 
Steve


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