Skip to content
Snippets Groups Projects
Commit 47b3f2c8 authored by Richard Earnshaw's avatar Richard Earnshaw
Browse files

arm: testsuite: improve compatibility of gcc.target/arm/pr59575.c

Use dg-require-effective-target/dg-add-options to improve
compatibility of this test with various compiler configurations.

gcc/testsuite:

	* gcc.target/arm/pr59575.c: Use dg-require-effective-target and
	dg-add-options.
parent cf86e67b
No related branches found
No related tags found
No related merge requests found
/* PR target/59575 */ /* PR target/59575 */
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-require-effective-target arm_arch_v7a_ok } */
/* { dg-skip-if "-mpure-code supports M-profile only" { *-*-* } { "-mpure-code" } } */ /* { dg-skip-if "-mpure-code supports M-profile only" { *-*-* } { "-mpure-code" } } */
/* { dg-options "-Os -g -march=armv7-a" } */ /* { dg-options "-Os -g" } */
/* { dg-add-options arm_arch_v7a } */
void foo (int *); void foo (int *);
int *bar (int, long long, int); int *bar (int, long long, int);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment