diff mbox

S/390: Fix litpool-r3-1.c.

Message ID 20161123112730.GA9112@linux.vnet.ibm.com
State New
Headers show

Commit Message

Dominik Vogt Nov. 23, 2016, 11:27 a.m. UTC
The attached patch fixes a bad regexp in the s390 specific test
lipool-r2-1.c.

Ciao

Dominik ^_^  ^_^

Comments

Andreas Krebbel Dec. 2, 2016, 8:37 a.m. UTC | #1
On Wed, Nov 23, 2016 at 12:27:30PM +0100, Dominik Vogt wrote:
> gcc/ChangeLog-lp1
> 
> 	* gcc.target/s390/litpool-r3-1.c: Fix label number test.

Applied. Thanks!

-Andreas-
diff mbox

Patch

diff --git a/gcc/testsuite/gcc.target/s390/litpool-r3-1.c b/gcc/testsuite/gcc.target/s390/litpool-r3-1.c
index 8ee50cf..91e4807 100644
--- a/gcc/testsuite/gcc.target/s390/litpool-r3-1.c
+++ b/gcc/testsuite/gcc.target/s390/litpool-r3-1.c
@@ -13,4 +13,4 @@  int foo(void)
 	return c;
 }
 
-/* { dg-final { scan-assembler-times "\tlarl\t%r3,.L3" 1 } } */
+/* { dg-final { scan-assembler-times "\tlarl\t%r3,.L\[0-9\]" 1 } } */