Commit bda0d962 by Uros Bizjak Committed by Uros Bizjak

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
parent 968fc3b6
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> 2007-08-22 Richard Guenther <rguenther@suse.de>
PR middle-end/33007 PR middle-end/33007
/* { dg-do run { target i?86-*-linux* x86_64-*-linux* } } */ /* { dg-do run { target *-*-linux* } } */
/* { dg-options "-O2 -fomit-frame-pointer" } */
/* { dg-require-effective-target ilp32 } */ /* { dg-require-effective-target ilp32 } */
/* { dg-options "-O2 -fomit-frame-pointer" } */
extern void abort (void); extern void abort (void);
extern void exit (int); extern void exit (int);
......
/* { dg-do link { target i?86-*-* x86_64-*-* } } */ /* { dg-do link } */
/* { dg-require-effective-target ilp32 } */ /* { dg-require-effective-target ilp32 } */
/* { dg-options "-O2 -march=pentiumpro" } */ /* { dg-options "-O2 -march=pentiumpro" } */
......
/* { dg-do link { target i?86-*-* x86_64-*-* } } */ /* { dg-do link } */
/* { dg-require-effective-target ilp32 } */ /* { dg-require-effective-target ilp32 } */
/* { dg-options "-O2 -march=pentiumpro" } */ /* { dg-options "-O2 -march=pentiumpro" } */
......
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */ /* { dg-do compile } */
/* { dg-options "-Wclobbered" } */ /* { dg-options "-Wclobbered" } */
int newsetjmp(void) __attribute__((returns_twice)); int newsetjmp(void) __attribute__((returns_twice));
......
/* Test if we inline memcpy even with -Os, when the user requested it. */ /* 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 /* Don't name this test with memcpy in its name, otherwise the scan-assembler
would be confused. */ 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-options "-Os -minline-all-stringops" } */
/* { dg-final { scan-assembler-not "memcpy" } } */ /* { dg-final { scan-assembler-not "memcpy" } } */
char f(int i) char f(int i)
......
/* { dg-do run { target i?86-*-* x86_64-*-* } } */ /* { dg-do run } */
/* { dg-require-effective-target ilp32 } */ /* { dg-require-effective-target ilp32 } */
/* { dg-options "-march=i386 -O3 -fomit-frame-pointer" } */ /* { dg-options "-march=i386 -O3 -fomit-frame-pointer" } */
......
/* { dg-do assemble { target i?86-*-* x86_64-*-* } } */ /* { dg-do assemble } */
/* { dg-skip-if "" { "*-*-darwin*" } { "*" } { "" } } */ /* { dg-skip-if "" { "*-*-darwin*" } { "*" } { "" } } */
/* { dg-options "-std=c99 -x assembler-with-cpp" } */ /* { dg-options "-std=c99 -x assembler-with-cpp" } */
......
/* { dg-do compile { target i?86-*-* } } */ /* { dg-do compile } */
/* { dg-require-effective-target ilp32 } */ /* { dg-require-effective-target ilp32 } */
/* { dg-options "-O1 -ftree-vectorize -march=pentium4 -std=c99" } */ /* { dg-options "-O1 -ftree-vectorize -march=pentium4 -std=c99" } */
......
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */ /* { dg-do compile } */
/* { dg-options "-O2 -msse2 -ftree-vectorize -funswitch-loops" } */ /* { dg-options "-O2 -msse2 -ftree-vectorize -funswitch-loops" } */
static int ready[10]; static int ready[10];
......
/* { dg-do compile { target dfp } } */ /* { dg-do compile } */
/* { dg-require-effective-target dfp } */
/* { dg-options "-O -std=gnu99" } */ /* { dg-options "-O -std=gnu99" } */
_Decimal128 d128; _Decimal128 d128;
......
/* { dg-do compile { target dfp } } */ /* { dg-do compile } */
/* { dg-require-effective-target dfp } */
/* { dg-options "-msse -std=gnu99" } */ /* { dg-options "-msse -std=gnu99" } */
_Decimal128 test (void) _Decimal128 test (void)
......
/* { dg-do run { target dfp } } */ /* { dg-do run } */
/* { dg-require-effective-target dfp } */
/* { dg-options "-Os -msse -std=gnu99" } */ /* { dg-options "-Os -msse -std=gnu99" } */
extern void abort (void); extern void abort (void);
......
/* { dg-do compile { target { { i?86-*-* x86_64-*-* } && lp64 } } } */ /* { dg-do compile } */
/* { dg-require-effective-target lp64 } */
/* { dg-options "-std=c99" } */ /* { dg-options "-std=c99" } */
typedef _Complex float __attribute__((mode(TC))) _Complex128; typedef _Complex float __attribute__((mode(TC))) _Complex128;
......
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