public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] S/390: Fix litpool-r3-1.c.
@ 2016-11-23 11:27 Dominik Vogt
  2016-12-02  8:37 ` Andreas Krebbel
  0 siblings, 1 reply; 2+ messages in thread
From: Dominik Vogt @ 2016-11-23 11:27 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 134 bytes --]

The attached patch fixes a bad regexp in the s390 specific test
lipool-r2-1.c.

Ciao

Dominik ^_^  ^_^

-- 

Dominik Vogt
IBM Germany

[-- Attachment #2: 0001-ChangeLog --]
[-- Type: text/plain, Size: 77 bytes --]

gcc/ChangeLog-lp1

	* gcc.target/s390/litpool-r3-1.c: Fix label number test.

[-- Attachment #3: 0001-S-390-Fix-litpool-r3-1.c.patch --]
[-- Type: text/plain, Size: 737 bytes --]

From a4fff946a0158cf5a9c3da838d5fc2e8cc80ef31 Mon Sep 17 00:00:00 2001
From: Dominik Vogt <vogt@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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] S/390: Fix litpool-r3-1.c.
  2016-11-23 11:27 [PATCH] S/390: Fix litpool-r3-1.c Dominik Vogt
@ 2016-12-02  8:37 ` Andreas Krebbel
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Krebbel @ 2016-12-02  8:37 UTC (permalink / raw)
  To: Dominik Vogt; +Cc: gcc-patches

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-

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-12-02  8:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-23 11:27 [PATCH] S/390: Fix litpool-r3-1.c Dominik Vogt
2016-12-02  8:37 ` Andreas Krebbel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).