------- Comment #1 from pinskia at gcc dot gnu dot org  2006-12-28 16:03 -------
I think the range folding should late in compiling after VRP2 happens.  This
will also help out code that is written like:
if (i > 0)
  if (i <= 5)


-- 


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

Reply via email to