Commit f9ccb8c0 by Tamar Christina Committed by Tamar Christina

Fix -Wpedantic issue with testcase on AArch64.

2018-07-06  Tamar Christina  <tamar.christina@arm.com>

	* gcc.target/aarch64/struct_cpy.c: Remove ;.

From-SVN: r262470
parent 19975c57
2018-07-06 Tamar Christina <tamar.christina@arm.com>
* gcc.target/aarch64/struct_cpy.c: Remove ;.
2018-07-05 Jeff Law <law@redhat.com> 2018-07-05 Jeff Law <law@redhat.com>
* gcc.dg/tree-ssa/asm-2.c (REGISTER): Override for v850 too. * gcc.dg/tree-ssa/asm-2.c (REGISTER): Override for v850 too.
......
...@@ -46,22 +46,22 @@ struct struct16 foo16 = { ...@@ -46,22 +46,22 @@ struct struct16 foo16 = {
volatile struct struct##x var##x = foo##x; \ volatile struct struct##x var##x = foo##x; \
} }
FUN(1); FUN(1)
FUN(2); FUN(2)
FUN(3); FUN(3)
FUN(4); FUN(4)
FUN(5); FUN(5)
FUN(6); FUN(6)
FUN(7); FUN(7)
FUN(8); FUN(8)
FUN(9); FUN(9)
FUN(10); FUN(10)
FUN(11); FUN(11)
FUN(12); FUN(12)
FUN(13); FUN(13)
FUN(14); FUN(14)
FUN(15); FUN(15)
FUN(16); FUN(16)
/* { dg-final { scan-assembler-times {ldr\s} 18 } } */ /* { dg-final { scan-assembler-times {ldr\s} 18 } } */
/* { dg-final { scan-assembler-times {ldrb} 4 } } */ /* { dg-final { scan-assembler-times {ldrb} 4 } } */
......
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