Commit 293da85b by Alan Lawrence Committed by Alan Lawrence

[AArch64] Fix gcc.target/aarch64/c-output-template-3.c

	gcc.target/aarch64/c-output-template-3.c: Add -O, remove
	-Wno-pointer-arith.

From-SVN: r221905
parent 0a4ff641
2015-04-07 Alan Lawrence <alan.lawrence@arm.com>
* gcc.target/aarch64/c-output-template-3.c: Add -O, remove
-Wno-pointer-arith.
2015-04-07 Jakub Jelinek <jakub@redhat.com> 2015-04-07 Jakub Jelinek <jakub@redhat.com>
PR debug/65678 PR debug/65678
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-Wno-pointer-arith" } */ /* { dg-options "-O" } */
void void
test (void) test (void)
......
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