Commit a29e020e by Uros Bizjak Committed by Uros Bizjak

pow-1.c: Fix scan-assembler-not.

	* gcc.target/i386/pow-1.c: Fix scan-assembler-not.
	* gcc.target/i386/asm-3.c: Skip -fpic ilp32 targets only.
	* gcc.target/i386/tailcall-1.c: Ditto.
	* gcc.target/i386/20020523-1.c: Require nonpic effective target.
	* gcc.target/i386/local2.c: Ditto.
	* gcc.target/i386/stack-prot-kernel.c: Ditto.
	* gcc.target/i386/20011119-1.c: Ditto.
	* gcc.target/i386/fastcall-1.c: Fix target selector.

From-SVN: r127826
parent 14b4a70a
2007-08-23 Uros Bizjak <ubizjak@gmail.com>
* gcc.target/i386/pow-1.c: Fix scan-assembler-not.
* gcc.target/i386/asm-3.c: Skip -fpic ilp32 targets only.
* gcc.target/i386/tailcall-1.c: Ditto.
* gcc.target/i386/20020523-1.c: Require nonpic effective target.
* gcc.target/i386/local2.c: Ditto.
* gcc.target/i386/stack-prot-kernel.c: Ditto.
* gcc.target/i386/20011119-1.c: Ditto.
* gcc.target/i386/fastcall-1.c: Fix target selector.
2007-08-26 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR fortran/33055
/* Test for reload failing to eliminate from argp to sp. */
/* { dg-do run } */
/* { dg-require-effective-target ilp32 } */
/* { dg-require-effective-target fpic } */
/* { dg-skip-if "" { "*-*-*" } { "-fpic" "-fPIC" } { "" } } */
/* { dg-skip-if "PIC default" { "*-*-darwin*" } { "*" } { "" } } */
/* { dg-require-effective-target nonpic } */
/* { dg-options "-O2 -fomit-frame-pointer" } */
static int ustrsize (const char *s);
......
/* PR target/6753
This testcase was miscompiled because sse_mov?fcc_const0*
patterns were missing earlyclobber. */
/* { dg-do run } */
/* { dg-skip-if "" { ilp32 } { "-fpic" "-fPIC" } { "" } } */
/* { dg-skip-if "PIC default" { *-*-darwin* } { "*" } { "" } } */
/* { dg-require-effective-target ilp32 } */
/* { dg-require-effective-target nonpic } */
/* { dg-options "-march=pentium3 -msse -ffast-math -O2" } */
extern void abort (void);
......
/* PR inline-asm/6806 */
/* { dg-do run } */
/* { dg-options "-O2" } */
/* { dg-skip-if "" { ilp32 } { "-fpic" "-fPIC" } { "" } } */
/* { dg-skip-if "PIC default" { *-*-darwin* } { "*" } { "" } } */
/* { dg-options "-O2" } */
extern void abort (void);
......
/* { dg-do compile { target i386-pc-mingw32* i386-pc-cygwin* } } */
/* { dg-do compile { target i?86-*-mingw32* i?86-*-cygwin* } } */
void
__attribute__ ((fastcall))
......
/* { dg-do compile } */
/* { dg-require-effective-target ilp32 } */
/* { dg-require-effective-target nonpic } */
/* { dg-options "-O2 -funit-at-a-time -fomit-frame-pointer" } */
/* { dg-skip-if "PR 25214" { ilp32 } { "-fpic" "-fPIC" } { "" } } */
/* { dg-final { scan-assembler-not "sub\[^\\n\]*sp" } } */
static __attribute__ ((noinline)) q ();
......
......@@ -21,4 +21,4 @@ double test4 (double x)
return __builtin_pow (x, -5./2.);
}
/* { dg-final { scan-assembler-not "call" } } */
/* { dg-final { scan-assembler-not "call\[ \t\]*pow" } } */
/* { dg-do compile } */
/* { dg-require-effective-target lp64 } */
/* { dg-skip-if "darwin x86_64 is pic" { *-*-darwin* } { "*" } { "" } } */
/* { dg-require-effective-target nonpic } */
/* { dg-options "-O2 -fstack-protector-all -mcmodel=kernel" } */
void test1 (int x)
......
/* { dg-do compile } */
/* { dg-skip-if "" { { i?86-*-* x86_64-*-* } && ilp32 } { "-fpic" "-fPIC" } { "" } } */
/* { dg-skip-if "" { ilp32 } { "-fpic" "-fPIC" } { "" } } */
/* { dg-options "-O2" } */
typedef unsigned int Cardinal;
......
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