------- 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