-mno-long-calls for arm/no_unique_address tests
authorAlexandre Oliva <oliva@adacore.com>
Fri, 1 Jan 2021 00:38:24 +0000 (21:38 -0300)
committerAlexandre Oliva <oliva@gnu.org>
Fri, 1 Jan 2021 04:40:40 +0000 (01:40 -0300)
commita9ff287b11a1c66c960fb3bd561b393c573bbbc2
tree3c66ca4817bad6c7d4b69afb9c2138e636d4e57a
parent02d2706db342613bf81cf41c3cf89998022d13d4
-mno-long-calls for arm/no_unique_address tests

The implicit -mlong-calls from our vxworks configurations makes the
tail-call instructions differ from those expected by the
no_unique_address tests in gcc.target/arm.

This patch adds -mno-long-calls to the compilation commands, so that
we generate the expected sequences.

for  gcc/testsuite/ChangeLog

* g++.target/arm/no_unique_address_1.C: Add -mno-long-calls.
* g++.target/arm/no_unique_address_2.C: Likewise.
gcc/testsuite/g++.target/arm/no_unique_address_1.C
gcc/testsuite/g++.target/arm/no_unique_address_2.C