Commit f2f4f244 by Christophe Lyon Committed by Christophe Lyon

[arm] Fix gcc.target/arm/pr40887.c directives

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

	* gcc.target/arm/pr40887.c: Fix dg-options and dg-add-options
	order.

From-SVN: r256839
parent 8ae43881
2018-01-18 Christophe Lyon <christophe.lyon@linaro.org>
* gcc.target/arm/pr40887.c: Fix dg-options and dg-add-options
order.
2018-01-18 Jakub Jelinek <jakub@redhat.com>
PR c/61240
......
/* { dg-do compile } */
/* { dg-skip-if "need at least armv5" { *-*-* } { "-march=armv[234]*" } { "" } } */
/* { dg-require-effective-target arm_arch_v5te_ok } */
/* { dg-add-options arm_arch_v5te } */
/* { dg-options "-O2" } */
/* { dg-add-options arm_arch_v5te } */
/* { dg-final { scan-assembler "blx" } } */
int (*indirect_func)(int x);
......
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