This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: [Bug middle-end/33277] [4.3 Regression] Bootstrap check failures ICE's
- From: "Andrew Pinski" <pinskia at gcc dot gnu dot org>
- To: gcc-bugzilla at gcc dot gnu dot org
- Cc: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 2 Sep 2007 06:50:04 -0700
- Subject: Re: [Bug middle-end/33277] [4.3 Regression] Bootstrap check failures ICE's
- References: <bug-33277-14842@http.gcc.gnu.org/bugzilla/> <20070902134242.16820.qmail@sourceware.org>
On 2 Sep 2007 13:42:42 -0000, dominiq at lps dot ens dot fr
<gcc-bugzilla@gcc.gnu.org> wrote:
>
>
> ------- Comment #3 from dominiq at lps dot ens dot fr 2007-09-02 13:42 -------
> > [18:23] < apinski> between 127935 and 128000
>
> Fromp http://gcc.gnu.org/ml/gcc-testresults/, looking at the results from
> "regress", it can be narrowed between 127961 (working) and 127997 (non
> working). Note that the last change of final.c is 127941 (outside the range).
> From an uneducated guess, I'l say 127989, but I may be completely wrong.
>From looking closer to the changes, the scheduler changes is not
likely because this happens at -O1 :) I am more thinking it was:
2007-08-31 Richard Sandiford <richard@codesourcery.com>
Which changed optabs which is part of the expansion. The IV change
could not have cause this issue as there is no loop in that function
so the last change would be the optabs change.
-- Pinski