On 01/08/2016 10:33 AM, Thomas Preud'homme wrote:
2016-01-08 Thomas Preud'homme <thomas.preudho...@arm.com>* g++.dg/pr67989.C: Remove ARM-specific option. * gcc.target/arm/pr67989.C: New file.
I checked some other arm tests and they have things like/* { dg-skip-if "avoid conflicting multilib options" { *-*-* } { "-march=*" } { "-march=armv4t" } } */ /* { dg-skip-if "avoid conflicting multilib options" { *-*-* } { "-mthumb" } { "" } } */
Do you need the same in your testcase? Bernd