On Fri, 6 Dec 2019 at 16:03, Wilco Dijkstra <wilco.dijks...@arm.com> wrote: > > Hi Christophe, > > I've added an option to allow the warning to be enabled/disabled: > https://sourceware.org/ml/binutils/2019-12/msg00093.html > Thanks.
In practice, how do you activate it when running the GCC testsuite? Do you plan to send a GCC patch to enable this assembler flag, or do you locally enable that option by default in your binutils? FWIW, I've also noticed that the whole libstdc++ testsuite is somehow "deactivated" (I have 0 pass, 0 fail etc...) after your GCC patch when configuring GCC --target arm-none-linux-gnueabihf --with-mode thumb --with-cpu cortex-a57 --with-fpu crypto-neon-fp-armv8 Or do you filter these warnings in dejagnu ? > Cheers, > Wilco