testsuite/102690: Only check warning for lp64 in Warray-bounds-16.C
authorKito Cheng <kito.cheng@sifive.com>
Tue, 28 Jun 2022 10:43:42 +0000 (18:43 +0800)
committerKito Cheng <kito.cheng@sifive.com>
Thu, 30 Jun 2022 02:14:55 +0000 (10:14 +0800)
commit0f6eef398045deb2a62d18b526831719c7c20c8a
tree57c23e5ee5436543a1f67193e541c77a5d4cb741
parent918ccccbb0e78ae42bfcf808a1e93a8f6b9d02ea
testsuite/102690: Only check warning for lp64 in Warray-bounds-16.C

That warning won't happen on ilp32 targets, seems like Andrew Pinski
already mention that[1] before.

Verified on riscv32-unknown-elf and riscv64-unknown-elf.

[1] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92879#c1

gcc/testsuite/ChangeLog:

PR testsuite/102690
* g++.dg/warn/Warray-bounds-16.C: XFAIL only on lp64 for the
warning.
gcc/testsuite/g++.dg/warn/Warray-bounds-16.C