pr31167.c: Add i?86-*-* to target selector.

* gcc.target/i386/pr31167.c: Add i?86-*-* to target selector.
	Require lp64 effective target.

From-SVN: r129432
This commit is contained in:
Uros Bizjak
2007-10-18 10:59:31 +02:00
committed by Uros Bizjak
parent 4c376c23ff
commit 24fd3b2d73
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2007-10-18 Uros Bizjak <ubizjak@gmail.com>
* gcc.target/i386/pr31167.c: Add i?86-*-* to target selector.
Require lp64 effective target.
2007-10-16 Mark Mitchell <mark@codesourcery.com>
* g++.dg/opt/const5.C: New test.

View File

@@ -1,4 +1,5 @@
/* { dg-do compile { target x86_64-*-* } } */
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
/* { dg-require-effective-target lp64 } */
/* { dg-options "-O" } */
typedef int int32_t;