http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54407
--- Comment #9 from Jack Howarth <howarth at nitro dot med.uc.edu> 2012-10-14 20:53:56 UTC --- (In reply to comment #8) > > The dg-compile line oddly seems to suppress the running of the compiled > > test. ... > > What happens if you replace the line > > // { dg-do compile { target *-*-darwin[4-9]* *-*-darwin10* } } > > with > > // { dg-do compile { target *-*-darwin9* *-*-darwin10* } } > > ? Still suppresses the execution of the test on x86_64-apple-darwin12. Are there any examples in the FSF gcc testsuites of dg-run being used at the same time as dg-compile? I suspect that is an unsupported combination.