Revert 'require nonpic target' for fuse-caller-save*.c
2015-03-12 Tom de Vries <tom@codesourcery.com> PR rtl-optimization/64895 * gcc.target/i386/fuse-caller-save-rec.c: Revert require nonpic target. * gcc.target/i386/fuse-caller-save-xmm.c: Ditto. * gcc.target/i386/fuse-caller-save.c: Ditto. From-SVN: r221374
This commit is contained in:
parent
da312b6e89
commit
cb599e7d76
@ -1,3 +1,10 @@
|
||||
2015-03-12 Tom de Vries <tom@codesourcery.com>
|
||||
|
||||
PR rtl-optimization/64895
|
||||
* gcc.target/i386/fuse-caller-save-rec.c: Revert require nonpic target.
|
||||
* gcc.target/i386/fuse-caller-save-xmm.c: Ditto.
|
||||
* gcc.target/i386/fuse-caller-save.c: Ditto.
|
||||
|
||||
2015-03-10 Jan Hubicka <hubicka@ucw.cz>
|
||||
|
||||
* gcc.dg/ipa/pr63569.c: Fix template.
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* { dg-do compile } */
|
||||
/* { dg-require-effective-target nonpic } */
|
||||
/* { dg-options "-O2 -fipa-ra -fomit-frame-pointer -fno-optimize-sibling-calls" } */
|
||||
/* { dg-additional-options "-mregparm=1" { target ia32 } } */
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* { dg-do compile } */
|
||||
/* { dg-require-effective-target nonpic } */
|
||||
/* { dg-options "-O2 -msse2 -mno-avx -fipa-ra -fomit-frame-pointer" } */
|
||||
|
||||
typedef double v2df __attribute__((vector_size (16)));
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* { dg-do compile } */
|
||||
/* { dg-require-effective-target nonpic } */
|
||||
/* { dg-options "-O2 -fipa-ra -fomit-frame-pointer" } */
|
||||
/* { dg-additional-options "-mregparm=1" { target ia32 } } */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user