+2015-06-04 Sandra Loosemore <sandra@codesourcery.com>
+
+ * gcc.target/aarch64/advsimd-intrinsics/advsimd-intrinsics.exp:
+ Move set of dg-do-what-default after early return.
+
2015-06-04 Marek Polacek <polacek@redhat.com>
PR c/66341
# The default action for a test is 'run'. Save current default.
global dg-do-what-default
set save-dg-do-what-default ${dg-do-what-default}
-set dg-do-what-default run
# For ARM, make sure that we have a target compatible with NEON, and do
# not attempt to run execution tests if the hardware doesn't support it.
}
if {![is-effective-target arm_neon_hw]} then {
set dg-do-what-default compile
+ } else {
+ set dg-do-what-default run
}
+} else {
+ set dg-do-what-default run
}
set-torture-options $C_TORTURE_OPTIONS {{}} $LTO_TORTURE_OPTIONS