From: Uros Bizjak Date: Fri, 3 Mar 2017 12:26:16 +0000 (+0100) Subject: pr71624.C: Disable for x32. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0e174ae195e638292f332d183e79a49b47ee7823;p=gcc.git pr71624.C: Disable for x32. * g++.dg/pr71624.C: Disable for x32. * g++.dg/pr71633.C: Ditto. From-SVN: r245872 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 9bece40e0f3..508428460f3 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2017-03-03 Uros Bizjak + + * g++.dg/pr71624.C: Disable for x32. + * g++.dg/pr71633.C: Ditto. + 2017-03-03 Jakub Jelinek PR target/79807 diff --git a/gcc/testsuite/g++.dg/pr71624.C b/gcc/testsuite/g++.dg/pr71624.C index 94a75cd4c41..951534ce875 100644 --- a/gcc/testsuite/g++.dg/pr71624.C +++ b/gcc/testsuite/g++.dg/pr71624.C @@ -1,5 +1,5 @@ /* PR71624 */ -// { dg-do compile { target i?86-*-* x86_64-*-* } } +/* { dg-do compile { target { { i?86-*-* x86_64-*-* } && { ! x32 } } } } */ /* { dg-options "-fcheck-pointer-bounds -mmpx -O2" } */ class c1 diff --git a/gcc/testsuite/g++.dg/pr71633.C b/gcc/testsuite/g++.dg/pr71633.C index bb69bbb211e..48e9c9833ec 100644 --- a/gcc/testsuite/g++.dg/pr71633.C +++ b/gcc/testsuite/g++.dg/pr71633.C @@ -1,5 +1,5 @@ /* PR71633 */ -// { dg-do compile { target i?86-*-* x86_64-*-* } } +/* { dg-do compile { target { { i?86-*-* x86_64-*-* } && { ! x32 } } } } */ /* { dg-options "-fcheck-pointer-bounds -mmpx -O2" } */ class c1