This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Problem with patch for PR tree-optimization/29789
- From: "H. J. Lu" <hjl at lucon dot org>
- To: Steve Ellcey <sje at cup dot hp dot com>
- Cc: richard dot guenther at gmail dot com, gcc at gcc dot gnu dot org
- Date: Wed, 25 Apr 2007 14:01:38 -0700
- Subject: Re: Problem with patch for PR tree-optimization/29789
- References: <200704252055.NAA02960@hpsje.cup.hp.com>
On Wed, Apr 25, 2007 at 01:55:14PM -0700, Steve Ellcey wrote:
> Richard,
>
> Has anyone reported any problems with your tree-ssa-loop-im.c patch that
> fixes PR tree-optimization/29789? I have been looking at a failure with
> the SPECfp2000 173.applu test. I found that if I compile it with
> version r124041 of the GCC gfortran compiler it works but if I compile
> it with version r124042 it fails. The difference between the two is
> your checkin:
>
See
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31703
H.J.