This is the mail archive of the gcc@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]

Re: Regression on mainline in tree-vrp.c


On Tue, May 10, 2005 at 02:55:36PM -0400, Diego Novillo wrote:
> On Fri, Apr 22, 2005 at 02:56:30PM -0700, Steve Kargl wrote:
> 
> > Appears that any nested loops are doomed with -O2 with gfortran.
> > This is a critical important problem, because almost every
> > Fortran program that I know contains nested loops.
> > 
> Is this fixed now?  This works for me.
> 

Yes.  I believe the commit that fixed the problem was

2005-04-28  Kazu Hirata  <kazu@cs.umass.edu>

        PR tree-optimization/21030
        * tree-vrp.c (adjust_range_with_scev): Do not create invalid
        ranges where VR->MAX is smaller than VR->MIN.


-- 
Steve


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