testsuite/s390: Fix risbg-ll-3.c f2_cconly test.
authorRobin Dapp <rdapp@linux.ibm.com>
Tue, 11 May 2021 07:50:44 +0000 (09:50 +0200)
committerRobin Dapp <rdapp@linux.ibm.com>
Tue, 11 May 2021 07:50:44 +0000 (09:50 +0200)
commitcf43636a74a028daf2024b33d1915274a2ff9655
tree45dc47d47205d0d448fe1d100063d26116894855
parent15e6b45c9ad5fcbbf8dab480764cf77ef995430d
testsuite/s390: Fix risbg-ll-3.c f2_cconly test.

Instead of selecting bits 62 to (wraparound) 59 from r2 and inserting them
into r3, we select bits 60 to 62 from r3 and insert them into r2
nowadays.  Adjust the test accordingly.

gcc/testsuite/ChangeLog:

* gcc.target/s390/risbg-ll-3.c: Change match pattern.
gcc/testsuite/gcc.target/s390/risbg-ll-3.c