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

arm: testsuite: improve compatibility of arm/pr78353-*.c

Again, use the infrastructure available to improve the compatibility
of these tests.

gcc/testsuite:

	* gcc.target/arm/pr78353-1.c: Use dg-add-options to manage target
	flags.
	* gcc.target/arm/pr78353-2.c: Likewise.
parent cec61445
No related branches found
No related tags found
No related merge requests found
/* { dg-do link } */ /* { dg-do link } */
/* { dg-require-effective-target arm_arch_v7a_multilib } */ /* { dg-require-effective-target arm_arch_v7a_multilib } */
/* { dg-options "-march=armv7-a -mthumb -O2 -flto -Wa,-mimplicit-it=always" } */ /* { dg-options "-mthumb -O2 -flto -Wa,-mimplicit-it=always" } */
/* { dg-add-options arm_arch_v7a } */
int main(int x) int main(int x)
{ {
......
/* { dg-do link } */ /* { dg-do link } */
/* { dg-require-effective-target arm_arch_v7a_multilib } */ /* { dg-require-effective-target arm_arch_v7a_multilib } */
/* { dg-options "-march=armv7-a -mthumb -O2 -flto -Wa,-mimplicit-it=always,-mthumb" } */ /* { dg-options "-mthumb -O2 -flto -Wa,-mimplicit-it=always,-mthumb" } */
/* { dg-add-options arm_arch_v7a } */
int main(int x) int main(int x)
{ {
......
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