Commit 1f0267ac by Christophe Lyon Committed by Christophe Lyon

[ARM,testsuite] Make arm_arch_FUNC_ok more robust

2018-01-18  Christophe Lyon <christophe.lyon@linaro.org>

	* lib/target-supports.exp (check_effective_target_arm_arch_FUNC_ok):
	Add function body to force error messages in some configurations.

From-SVN: r256849
parent 21505468
2018-01-18 Christophe Lyon <christophe.lyon@linaro.org>
* lib/target-supports.exp (check_effective_target_arm_arch_FUNC_ok):
Add function body to force error messages in some configurations.
2018-01-18 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* gcc.target/arm/pr70278.c: Add effective target checks for armv4t
......
......@@ -4125,6 +4125,11 @@ foreach { armfunc armflag armdefs } {
#if !(DEFS)
#error !(DEFS)
#endif
int
main (void)
{
return 0;
}
} "FLAG" ]
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment