On Mon, Jan 11, 2016 at 01:28:36PM +0100, Dominik Vogt wrote:
> On Mon, Jan 11, 2016 at 11:46:21AM +0100, Dominik Vogt wrote:
> > The following two patches fix some test cases for S/390.
> 
> Patch 3:
> 
>   Disable g++.dg/init/const9.C on S/390 as discussed here:
>   https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56194

Sorry, the previous patch had a syntax error that I did not notice
when running the test.  New version attached.

Ciao

Dominik ^_^  ^_^

-- 

Dominik Vogt
IBM Germany
gcc/testsuite/ChangeLog

        PR c++/56194
        * g++.dg/init/const9.C: Disable test on S/390.
>From 630effb5e1afadc9836f23588a5278ab817f266c Mon Sep 17 00:00:00 2001
From: Dominik Vogt <v...@linux.vnet.ibm.com>
Date: Mon, 11 Jan 2016 13:26:04 +0100
Subject: [PATCH] S/390: PR/56194: Disable test g++.dg/init/const9

---
 gcc/testsuite/g++.dg/init/const9.C | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/g++.dg/init/const9.C b/gcc/testsuite/g++.dg/init/const9.C
index d733e95..9745882 100644
--- a/gcc/testsuite/g++.dg/init/const9.C
+++ b/gcc/testsuite/g++.dg/init/const9.C
@@ -1,5 +1,5 @@
 // PR c++/55893
-// { dg-final { scan-assembler-not "rodata" { target { ! hppa*-*-* } } } }
+// { dg-final { scan-assembler-not "rodata" { target { ! "hppa*-*-* s390*-*-*" } } } }
 
 struct foo
 {
-- 
2.3.0

Reply via email to