aarch64/testsuite: Fix test_frame_*.c

The problem here is the test function is now being
inlined into main but that was not expected.
So mark the test functions with noinline and noclone
fixes the issue.

Pushed as obvious after testing to make sure the
test_frame_*.c testcases now work.

gcc/testsuite/ChangeLog:

	* gcc.target/aarch64/test_frame_common.h (t_frame_pattern):
	Add noclone and noinline to the defining test function.

Signed-off-by: Andrew Pinski <andrew.pinski@oss.qualcomm.com>
1 file changed