[Bug middle-end/28970] [4.1 Regression] Wrong code for simple loop test case

2006-10-28 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2006-10-28 11:06 --- Ah, no - I didn't look at the result of this first hunt and though it was the switch from -floop-optimize to -floop-optimize2. Sorry for the noise. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28970

[Bug middle-end/28970] [4.1 Regression] Wrong code for simple loop test case

2006-10-27 Thread janis at gcc dot gnu dot org
--- Comment #5 from janis at gcc dot gnu dot org 2006-10-27 16:40 --- The regression hunt results in comment #2 are from mainline during development of 4.1. Is there some other hunt that would be useful as well? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28970

[Bug middle-end/28970] [4.1 Regression] Wrong code for simple loop test case

2006-10-27 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2006-10-27 09:50 --- Janis, can you hunt which path introduced this regression relative from 4.0.0 which seems to work? -- rguenth at gcc dot gnu dot org changed: What|Removed |Added --

[Bug middle-end/28970] [4.1 Regression] Wrong code for simple loop test case

2006-10-16 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2006-10-16 12:07 --- This is a bug in loop.c : pretmp.61 = q - 1; outgo = 0; :; outgo.62 = outgo + 1; outgo = MIN_EXPR ; j = tar (outgo * bcount); if (j != -1) goto ; else goto ; :; return; Bug in biv selection, so stre

[Bug middle-end/28970] [4.1 Regression] Wrong code for simple loop test case

2006-09-07 Thread janis at gcc dot gnu dot org
--- Comment #2 from janis at gcc dot gnu dot org 2006-09-07 20:26 --- A regression hunt on powerpc-linux identified the following patch: http://gcc.gnu.org/viewcvs?view=rev&rev=99850 r99850 | rakdver | 2005-05-17 19:55:53 + (Tue, 17 May 2005) -- http://gcc.gnu.org/bugz

[Bug middle-end/28970] [4.1 Regression] Wrong code for simple loop test case

2006-09-06 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-09-07 05:01 --- Confirmed, this is a loop.c bug which is why it is not in 4.2.0 at all. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -