20000724-1.c, [...]: Move to gcc.target/i386 directory.

* gcc.dg/20000724-1.c, gcc.dg/980312-1.c, gcc.dg/980313-1.c,
	gcc.dg/attr-returns_twice-1.c, gcc.dg/inline-mcpy.c, gcc.dg/pr25196.c,
	gcc.dg/pr25993.c, gcc.dg/pr26449.c, gcc.dg/pr28839.c,
	gcc.dg/pr32191.c: Move to gcc.target/i386 directory.
	* gcc.target/i386/pr31854.c, gcc.target/i386/pr32065-1.c,
	gcc.target/i386/pr32065-2.c: Use dg-require-effective-target dfp.

From-SVN: r127702
This commit is contained in:
Uros Bizjak 2007-08-22 14:12:10 +02:00 committed by Uros Bizjak
parent 968fc3b64f
commit bda0d962be
14 changed files with 27 additions and 14 deletions

View file

@ -1,3 +1,12 @@
2007-08-22 Uros Bizjak <ubizjak@gmail.com>
* gcc.dg/20000724-1.c, gcc.dg/980312-1.c, gcc.dg/980313-1.c,
gcc.dg/attr-returns_twice-1.c, gcc.dg/inline-mcpy.c, gcc.dg/pr25196.c,
gcc.dg/pr25993.c, gcc.dg/pr26449.c, gcc.dg/pr28839.c,
gcc.dg/pr32191.c: Move to gcc.target/i386 directory.
* gcc.target/i386/pr31854.c, gcc.target/i386/pr32065-1.c,
gcc.target/i386/pr32065-2.c: Use dg-require-effective-target dfp.
2007-08-22 Richard Guenther <rguenther@suse.de>
PR middle-end/33007

View file

@ -1,6 +1,6 @@
/* { dg-do run { target i?86-*-linux* x86_64-*-linux* } } */
/* { dg-options "-O2 -fomit-frame-pointer" } */
/* { dg-do run { target *-*-linux* } } */
/* { dg-require-effective-target ilp32 } */
/* { dg-options "-O2 -fomit-frame-pointer" } */
extern void abort (void);
extern void exit (int);

View file

@ -1,4 +1,4 @@
/* { dg-do link { target i?86-*-* x86_64-*-* } } */
/* { dg-do link } */
/* { dg-require-effective-target ilp32 } */
/* { dg-options "-O2 -march=pentiumpro" } */

View file

@ -1,4 +1,4 @@
/* { dg-do link { target i?86-*-* x86_64-*-* } } */
/* { dg-do link } */
/* { dg-require-effective-target ilp32 } */
/* { dg-options "-O2 -march=pentiumpro" } */

View file

@ -1,4 +1,4 @@
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
/* { dg-do compile } */
/* { dg-options "-Wclobbered" } */
int newsetjmp(void) __attribute__((returns_twice));

View file

@ -1,7 +1,7 @@
/* Test if we inline memcpy even with -Os, when the user requested it. */
/* Don't name this test with memcpy in its name, otherwise the scan-assembler
would be confused. */
/* { dg-do compile { target i?86-*-linux* x86_64-*-linux* } } */
/* { dg-do compile { target *-*-linux* } } */
/* { dg-options "-Os -minline-all-stringops" } */
/* { dg-final { scan-assembler-not "memcpy" } } */
char f(int i)

View file

@ -1,4 +1,4 @@
/* { dg-do run { target i?86-*-* x86_64-*-* } } */
/* { dg-do run } */
/* { dg-require-effective-target ilp32 } */
/* { dg-options "-march=i386 -O3 -fomit-frame-pointer" } */

View file

@ -1,4 +1,4 @@
/* { dg-do assemble { target i?86-*-* x86_64-*-* } } */
/* { dg-do assemble } */
/* { dg-skip-if "" { "*-*-darwin*" } { "*" } { "" } } */
/* { dg-options "-std=c99 -x assembler-with-cpp" } */

View file

@ -1,4 +1,4 @@
/* { dg-do compile { target i?86-*-* } } */
/* { dg-do compile } */
/* { dg-require-effective-target ilp32 } */
/* { dg-options "-O1 -ftree-vectorize -march=pentium4 -std=c99" } */

View file

@ -1,4 +1,4 @@
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
/* { dg-do compile } */
/* { dg-options "-O2 -msse2 -ftree-vectorize -funswitch-loops" } */
static int ready[10];

View file

@ -1,4 +1,5 @@
/* { dg-do compile { target dfp } } */
/* { dg-do compile } */
/* { dg-require-effective-target dfp } */
/* { dg-options "-O -std=gnu99" } */
_Decimal128 d128;

View file

@ -1,4 +1,5 @@
/* { dg-do compile { target dfp } } */
/* { dg-do compile } */
/* { dg-require-effective-target dfp } */
/* { dg-options "-msse -std=gnu99" } */
_Decimal128 test (void)

View file

@ -1,4 +1,5 @@
/* { dg-do run { target dfp } } */
/* { dg-do run } */
/* { dg-require-effective-target dfp } */
/* { dg-options "-Os -msse -std=gnu99" } */
extern void abort (void);

View file

@ -1,4 +1,5 @@
/* { dg-do compile { target { { i?86-*-* x86_64-*-* } && lp64 } } } */
/* { dg-do compile } */
/* { dg-require-effective-target lp64 } */
/* { dg-options "-std=c99" } */
typedef _Complex float __attribute__((mode(TC))) _Complex128;