Commit 0e174ae1 by Uros Bizjak Committed by Uros Bizjak

pr71624.C: Disable for x32.

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

From-SVN: r245872
parent 93505ec5
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
......
/* 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
......
/* 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment