* gcc.target/i386/pr31167.c: Add i?86-*-* to target selector.
Require lp64 effective target.
From-SVN: r129432
+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.
-/* { 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;