In a recent change gcc became more strict on where trapping instructions can be
placed. They are no longer valid on condexprs. This introduced some
regressions. The tests have been changed to use -fno-trapping-math. We should
investigate if we could optimize them even with trapping math.

The tests are:
gcc.dg/vect/vect-111.c
gcc.dg/vect/vect-ifcvt-11.c
gcc.dg/vect/vect-ifcvt-12.c
gcc.dg/vect/vect-ifcvt-13.c
gcc.dg/vect/vect-ifcvt-14.c
gcc.dg/vect/vect-ifcvt-15.c


-- 
           Summary: Investigate which tests need -fno-trapping-math
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: espindola at google dot com


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

Reply via email to