Re: -mno-long-calls for arm/no_unique_address tests

2020-12-29 Thread Richard Sandiford via Gcc-patches
Alexandre Oliva writes: > 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

-mno-long-calls for arm/no_unique_address tests

2020-12-24 Thread Alexandre Oliva
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. Regstrapped on x86_64-