pr71624.C: Disable for x32.

* g++.dg/pr71624.C: Disable for x32.
	* g++.dg/pr71633.C: Ditto.

From-SVN: r245872
This commit is contained in:
Uros Bizjak 2017-03-03 13:26:16 +01:00 committed by Uros Bizjak
parent 93505ec51e
commit 0e174ae195
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2017-03-03 Uros Bizjak <ubizjak@gmail.com>
* g++.dg/pr71624.C: Disable for x32.
* g++.dg/pr71633.C: Ditto.
2017-03-03 Jakub Jelinek <jakub@redhat.com>
PR target/79807

View File

@ -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

View File

@ -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