testsuite: Test evrp-trans.c also with unsigned types [PR104115]
authorJakub Jelinek <jakub@redhat.com>
Wed, 19 Jan 2022 14:02:31 +0000 (15:02 +0100)
committerJakub Jelinek <jakub@redhat.com>
Wed, 19 Jan 2022 14:02:31 +0000 (15:02 +0100)
commitf35bb467a01db988d5fe1637db5bff4b4f9e7086
tree80fe3976c77fec5ed90eb77caf7d4d78044d1827
parent5b6788ae5a365aecd6776f563e44022acb93a57a
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  <jakub@redhat.com>

PR c/104115
* gcc.dg/tree-ssa/evrp-trans2.c: New test.
gcc/testsuite/gcc.dg/tree-ssa/evrp-trans2.c [new file with mode: 0644]