Commit 4acdaf98 by Christophe Lyon Committed by Christophe Lyon

[testsuite,arm] [Diagnostic Patch] don't print column zero

2017-11-20  Christophe Lyon  <christophe.lyon@linaro.org>

	gcc/testsuite/
	* gcc.target/arm/pr69180.c: Use -: for no column in expected
	warnings.

From-SVN: r254949
parent 4b84d9b8
2017-11-20 Christophe Lyon <christophe.lyon@linaro.org>
* gcc.target/arm/pr69180.c: Use -: for no column in expected
warnings.
2017-11-20 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/78821
......
......@@ -8,10 +8,10 @@
#pragma GCC target ("fpu=neon-fp-armv8")
#define __ARM_NEON_FP 0
/* { dg-warning ".__ARM_NEON_FP. redefined" "" { target *-*-* } .-1 } */
/* { dg-warning "-:.__ARM_NEON_FP. redefined" "" { target *-*-* } .-1 } */
#define __ARM_FP 0
/* { dg-warning ".__ARM_FP. redefined" "" { target *-*-* } .-1 } */
/* { dg-warning "-:.__ARM_FP. redefined" "" { target *-*-* } .-1 } */
#define __ARM_FEATURE_LDREX 0
/* { dg-warning ".__ARM_FEATURE_LDREX. redefined" "" { target *-*-* } .-1 } */
/* { dg-warning "-:.__ARM_FEATURE_LDREX. redefined" "" { target *-*-* } .-1 } */
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