gcc.dg/weak/typeof-2: arm may use constant pool
commita5a8d512782cf4765cf17fc79dd7ecc2a392e0a9
authorAlexandre Oliva <oliva@adacore.com>
Wed, 30 Mar 2022 01:47:18 +0000 (29 22:47 -0300)
committerAlexandre Oliva <oliva@gnu.org>
Wed, 30 Mar 2022 01:47:18 +0000 (29 22:47 -0300)
tree54e7272d626057c876d52b73df4d60ceebaa1873
parent9f774626c021c244be6f4c9589c9dac71d544b15
gcc.dg/weak/typeof-2: arm may use constant pool

Some ARM configurations, such as with -mlong-calls, load the call
target from the constant pool, breaking the expectation of the test as
on several other targets.

for  gcc/testsuite/ChangeLog

* gcc.dg/weak/typeof-2.c: Add arm*-*-* to targets that may
place the call target in a constant pool.
gcc/testsuite/gcc.dg/weak/typeof-2.c