]> gcc.gnu.org Git - gcc.git/commit
testsuite: Add further testcase for already fixed PR [PR109778]
authorJakub Jelinek <jakub@redhat.com>
Tue, 9 May 2023 10:14:18 +0000 (12:14 +0200)
committerJakub Jelinek <jakub@redhat.com>
Tue, 9 May 2023 10:19:16 +0000 (12:19 +0200)
commitc2cf2dc988eb93551fa1c01d3f8d73ef21f39dc5
tree189adebe5ee198c7dab1f92bec611d1b0890a658
parenta8302d2a4669984c7c287d12ef5b37cde6699c80
testsuite: Add further testcase for already fixed PR [PR109778]

I came up with a testcase which reproduces all the way to r10-7469.
LTO to avoid early inlining it, so that ccp handles rotates and not
shifts before they are turned into rotates.

2023-05-09  Jakub Jelinek  <jakub@redhat.com>

PR tree-optimization/109778
* gcc.dg/lto/pr109778_0.c: New test.
* gcc.dg/lto/pr109778_1.c: New file.
gcc/testsuite/gcc.dg/lto/pr109778_0.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/lto/pr109778_1.c [new file with mode: 0644]
This page took 0.060566 seconds and 5 git commands to generate.