Re: [PATCH] S/390: Fix litpool-r3-1.c.

2016-12-02 Thread Andreas Krebbel
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-



[PATCH] S/390: Fix litpool-r3-1.c.

2016-11-23 Thread Dominik Vogt
The attached patch fixes a bad regexp in the s390 specific test
lipool-r2-1.c.

Ciao

Dominik ^_^  ^_^

-- 

Dominik Vogt
IBM Germany
gcc/ChangeLog-lp1

* gcc.target/s390/litpool-r3-1.c: Fix label number test.
>From a4fff946a0158cf5a9c3da838d5fc2e8cc80ef31 Mon Sep 17 00:00:00 2001
From: Dominik Vogt <v...@linux.vnet.ibm.com>
Date: Wed, 23 Nov 2016 12:23:18 +0100
Subject: [PATCH] S/390: Fix litpool-r3-1.c.

---
 gcc/testsuite/gcc.target/s390/litpool-r3-1.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 } } */
-- 
2.3.0