[Bug tree-optimization/20656] No strength reduction for a simple testcase

hp at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Tue Nov 8 00:30:00 GMT 2005



------- Comment #2 from hp at gcc dot gnu dot org  2005-11-08 00:30 -------
Seen at test-case reduction also for code of the form:
int i; for (i = 1; i <= shift_size; i++) { }
not producing the same ICE as for:
int i; i = 1 <= shift_size ? shift_size : 1;
(I'll put a pointer here to the complete test-case in due time.)


-- 

hp at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hp at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20656



More information about the Gcc-bugs mailing list