]> git.ipfire.org Git - thirdparty/gcc.git/commit
[committed] Trivial testcase adjustment
authorJeff Law <jlaw@ventanamicro.com>
Thu, 25 Jul 2024 14:42:04 +0000 (08:42 -0600)
committerJeff Law <jlaw@ventanamicro.com>
Thu, 25 Jul 2024 14:42:04 +0000 (08:42 -0600)
commit2dd45655db47362153756261881413b368582597
treef220b0c07ee86a63a1954d9e8589ffb756011740
parent66240bfc1cc9c1f1b5a9d0ebf92be70a9ab1be5c
[committed] Trivial testcase adjustment

I made pr116037.c dependent on int32 just based on the constants used without
noting the int128 vector type.  Naturally on targets that don't support int128
the test fails.  Fixed by changing the target selector from int32 to int128.

Pushed to the trunk.

gcc/testsuite
* gcc.dg/torture/pr116037.c: Fix target selector.
gcc/testsuite/gcc.dg/torture/pr116037.c