------- Comment #1 from rguenth at gcc dot gnu dot org  2009-03-18 20:49 -------
This is likely because fold canonicalizes i > 0 to i != 0 for unsigned i which
is a predicate not handled by c_finish_omp_for.  Likely the same issue exists
for other frontends.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu dot org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
           Keywords|                            |rejects-valid
   Last reconfirmed|0000-00-00 00:00:00         |2009-03-18 20:49:57
               date|                            |


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

Reply via email to