[Bug middle-end/32729] Regression: Loop unrolling not performed with large constant loop bound

2007-07-11 Thread rakdver at gcc dot gnu dot org
--- Comment #4 from rakdver at gcc dot gnu dot org 2007-07-11 20:56 --- The following patch fixes the problem; I am not quite sure why this check is there. Index: cfghooks.c === *** cfghooks.c (revision 126547) --- cfghook

[Bug middle-end/32729] Regression: Loop unrolling not performed with large constant loop bound

2007-07-11 Thread rakdver at gcc dot gnu dot org
--- Comment #3 from rakdver at gcc dot gnu dot org 2007-07-11 20:47 --- Something c++ specific, when compiled by gcc, the loop is unrolled just fine. -- rakdver at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug middle-end/32729] Regression: Loop unrolling not performed with large constant loop bound

2007-07-11 Thread scovich at gmail dot com
--- Comment #2 from scovich at gmail dot com 2007-07-11 16:37 --- Regression: gcc-4.1.2 outputs the expected code for all test cases -- scovich at gmail dot com changed: What|Removed |Added --