https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36190
--- Comment #3 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The trunk branch has been updated by Andrew Pinski <[email protected]>: https://gcc.gnu.org/g:4302e16581b490a196a11de3a54a424f52e27340 commit r17-2325-g4302e16581b490a196a11de3a54a424f52e27340 Author: Andrew Pinski <[email protected]> Date: Fri Jul 10 16:55:19 2026 -0700 vect: Add back testcases for trapping math with comparisons [PR36190] These were originally renamed to no-trapping-math-vect-*.c in r0-87196-g04b03edb56633f but were fixed in r0-107313-gf9613c9a919462 but never added back to the trapping versions. This adds them back this time with an explict -ftrapping-math. Note vect-ifcvt-11.c already exists now so need to name it vect-ifcvt-11a.c. Committed as obvious after testing these testcases work on x86_64-linux-gnu. PR testsuite/36190 gcc/testsuite/ChangeLog: * gcc.dg/vect/vect-111.c: New test. * gcc.dg/vect/vect-ifcvt-11a.c: New test. * gcc.dg/vect/vect-ifcvt-12.c: New test. * gcc.dg/vect/vect-ifcvt-13.c: New test. * gcc.dg/vect/vect-ifcvt-14.c: New test. * gcc.dg/vect/vect-ifcvt-15.c: New test. Signed-off-by: Andrew Pinski <[email protected]>
