Commit 2ec612a3 by Uros Bizjak Committed by Uros Bizjak

cmpxchg16b-1.c: Compile for lp64 targets only.

	* gcc.target/i386/cmpxchg16b-1.c: Compile for lp64 targets only.
	* gcc.target/i386/pr31167.c: Ditto.

From-SVN: r122947
parent 68b8830a
2007-03-15 Uros Bizjak <ubizjak@gmail.com>
* gcc.target/i386/cmpxchg16b-1.c: Compile for lp64 targets only.
* gcc.target/i386/pr31167.c: Ditto.
2007-03-15 Uros Bizjak <ubizjak@gmail.com>
PR target/31167
* gcc.target/i386/pr31167.c: New test.
......@@ -61,7 +66,7 @@
2007-03-13 Uros Bizjak <ubizjak@gmail.com>
* testsuite/gcc.target/i386/cmpxchg16b-1.c: New test.
* gcc.target/i386/cmpxchg16b-1.c: New test.
2007-03-12 Seongbae Park <seongbae.park@gmail.com>
/* { dg-do compile { target x86_64-*-* } } */
/* { dg-do compile { target { { i?86-*-* x86_64-*-* } && lp64 } } } */
/* { dg-options "-O2 -mcx16" } */
typedef int TItype __attribute__ ((mode (TI)));
......
/* { dg-do compile { target x86_64-*-* } } */
/* { dg-do compile { target { { i?86-*-* x86_64-*-* } && lp64 } } } */
/* { dg-options "-O" } */
typedef int int32_t;
......
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