mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-04 20:01:21 +08:00
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:
parent
93505ec51e
commit
0e174ae195
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user