https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104115
--- Comment #5 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jakub Jelinek <ja...@gcc.gnu.org>: https://gcc.gnu.org/g:f35bb467a01db988d5fe1637db5bff4b4f9e7086 commit r12-6738-gf35bb467a01db988d5fe1637db5bff4b4f9e7086 Author: Jakub Jelinek <ja...@redhat.com> Date: Wed Jan 19 15:02:31 2022 +0100 testsuite: Test evrp-trans.c also with unsigned types [PR104115] The testcase from the PR got fixed with r12-3119-g675a3e40567e1d and looks quite similar to the evrp-trans.c test, except evrp-trans.c is tested on signed integer types. I think it would be useful to test it for unsigned comparisons too. 2022-01-19 Jakub Jelinek <ja...@redhat.com> PR c/104115 * gcc.dg/tree-ssa/evrp-trans2.c: New test.