Fix gcc.dg/ipa/ipa-icf-2[18].c on Solaris
* gcc.dg/ipa/ipa-icf-21.c: Restrict to i?86-*-* x86_64-*-*. * gcc.dg/ipa/ipa-icf-28.c: Require init_priority. From-SVN: r216578
This commit is contained in:
parent
1e98795b67
commit
282d3a81fa
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2014-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||
|
||||
* gcc.dg/ipa/ipa-icf-21.c: Restrict to i?86-*-* x86_64-*-*.
|
||||
* gcc.dg/ipa/ipa-icf-28.c: Require init_priority.
|
||||
|
||||
2014-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||
|
||||
* gcc.target/sparc/20001013-1.c (main): Declare int return.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* { dg-do compile } */
|
||||
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
|
||||
/* { dg-options "-O2 -fdump-ipa-icf" } */
|
||||
|
||||
#include <xmmintrin.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* { dg-do compile } */
|
||||
/* { dg-do compile { target init_priority } } */
|
||||
/* { dg-options "-O2 -fdump-ipa-icf-details -fno-inline" } */
|
||||
|
||||
__attribute__ ((noinline, constructor(200)))
|
||||
|
|
Loading…
Add table
Reference in a new issue