------- Comment #3 from pinskia at gcc dot gnu dot org 2006-04-03 04:31 ------- Reduced testcase: typedef long unsigned int size_t; void output_file_names (size_t ndirs) { size_t i; for (i = 0; i < ndirs; i++) { size_t j; for (j = i + 1; j < ndirs; j++) { for (j = i; j < ndirs; j++) {} } } }
-- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pinskia at gcc dot gnu dot | |org Status|UNCONFIRMED |NEW Component|bootstrap |tree-optimization Ever Confirmed|0 |1 Last reconfirmed|0000-00-00 00:00:00 |2006-04-03 04:31:54 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26992