------- Comment #4 from pinskia at gcc dot gnu dot org 2007-12-15 11:46 ------- Yes this is invalid, time_t is signed so the following loop is empty:
for (time_t_max = 1; 0 < time_t_max; time_t_max *= 2) continue; -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34477