]> gcc.gnu.org Git - gcc.git/commit
Fix expectation on gcc.dg/vect/pr71264.c
authorRichard Biener <rguenther@suse.de>
Thu, 6 Jul 2023 06:52:46 +0000 (08:52 +0200)
committerRichard Biener <rguenther@suse.de>
Thu, 6 Jul 2023 06:55:15 +0000 (08:55 +0200)
commit2ab065c3e6950bc4995fcb16cebc5164d6213708
treeb5d2b3a29884b91417cb08e5aca71301b8291b10
parente24b8256fe37df6ad39e2634c66ade70ca7c4e83
Fix expectation on gcc.dg/vect/pr71264.c

With the recent change to more reliably not vectorize code already
using vector types we run into FAILs of gcc.dg/vect/pr71264.c
The testcase was added for fixing an ICE and possible (re-)vectorization
of the code isn't really supported and I suspect might even go
wrong for non-bitops.

The following leaves the testcase as just testing for an ICE.

PR tree-optimization/110544
* gcc.dg/vect/pr71264.c: Remove scan for vectorization.
gcc/testsuite/gcc.dg/vect/pr71264.c
This page took 0.069352 seconds and 6 git commands to generate.