[Bug tree-optimization/32500] Loop optimization limits range to size of array used inside loop

2007-06-25 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|blocker |normal Component|c

[Bug tree-optimization/32500] Loop optimization limits range to size of array used inside loop

2007-06-25 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2007-06-25 15:46 --- This works on the trunk. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/32500] Loop optimization limits range to size of array used inside loop

2007-06-25 Thread ed at fxq dot nl
--- Comment #6 from ed at fxq dot nl 2007-06-25 15:50 --- Thanks for confirming this. Will the fix in question be part of 4.2.1 as well? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32500

[Bug tree-optimization/32500] Loop optimization limits range to size of array used inside loop

2007-06-25 Thread ache at nagual dot pp dot ru
--- Comment #7 from ache at nagual dot pp dot ru 2007-06-25 16:08 --- Still not works with gcc version 4.2.1 20070614 prerelease [FreeBSD] try cc -O2 foo.c; ./a.out and cc -O foo.c; ./a.out -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32500

[Bug tree-optimization/32500] Loop optimization limits range to size of array used inside loop

2007-06-25 Thread ed at fxq dot nl
--- Comment #8 from ed at fxq dot nl 2007-06-25 16:52 --- (In reply to comment #0) When the size of the loop is increased (in the attached example, to 6 or higher) the problem disappears. This should read: When the size of the array is increased (in the attached example, to 6 or

[Bug tree-optimization/32500] Loop optimization limits range to size of array used inside loop

2007-06-25 Thread davids at webmaster dot com
--- Comment #9 from davids at webmaster dot com 2007-06-26 03:42 --- This should be marked as a 4.2.0 regression. -- davids at webmaster dot com changed: What|Removed |Added