[Bug target/23378] [4.1 Regression] code quality regression for complicated loop

2005-11-01 Thread martin at mpa-garching dot mpg dot de
--- Comment #7 from martin at mpa-garching dot mpg dot de 2005-11-01 10:22 --- The regression is unfortunately still there :( Reducing the testcase is really hard, and I have some indications that the problem vanishes if there is less work to do in the critical loop. If you have any sug

[Bug target/23378] [4.1 Regression] code quality regression for complicated loop

2005-10-31 Thread hubicka at gcc dot gnu dot org
--- Comment #6 from hubicka at gcc dot gnu dot org 2005-10-31 18:24 --- I don't have P4 to test handy. Can you re-test whether fixing 23302 (23303 is invalid) make any difference? I doubt these two make actual runtime changes - the sequence would translate to same uops for P4 and should

[Bug target/23378] [4.1 Regression] code quality regression for complicated loop

2005-10-30 Thread mmitchel at gcc dot gnu dot org
--- Comment #5 from mmitchel at gcc dot gnu dot org 2005-10-31 05:01 --- Leaving as P2. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23378

[Bug target/23378] [4.1 Regression] code quality regression for complicated loop

2005-10-16 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|normal |minor GCC build triplet|i686-pc-linux-gnu | GCC host tr

[Bug target/23378] [4.1 Regression] code quality regression for complicated loop

2005-08-16 Thread martin at mpa-garching dot mpg dot de
--- Additional Comments From martin at mpa-garching dot mpg dot de 2005-08-16 08:33 --- (In reply to comment #2) > Ouch. This badly needs reducing... Absolutely. But since Andrew pointed out that it is probably related to PR 23302 and PR 23303 (which have nice testcases), I suggest I

[Bug target/23378] [4.1 Regression] code quality regression for complicated loop

2005-08-14 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-14 14:06 --- I think this is related to PR 23302 and PR 23303 since those look like they were caused by the same patch. -- What|Removed |Added --

[Bug target/23378] [4.1 Regression] code quality regression for complicated loop

2005-08-14 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2005-08-14 13:57 --- Ouch. This badly needs reducing... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23378

[Bug target/23378] [4.1 Regression] code quality regression for complicated loop

2005-08-13 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added CC||hubicka at gcc dot gnu dot ||org Component|pending