mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-27 04:55:01 +08:00
pr59166.c: XFAIL on AIX.
* gcc.dg/torture/pr59166.c: XFAIL on AIX. * g++.dg/ext/visitibility/anon1.C: XFAIL on AIX. * g++.dg/opt/pr60002.C: XFAIL on AIX. * g++.dg/torture/pr63419.C: Ignore non-standard ABI warning. * g++.dg/ipa/ipa-icf-5.C: Require visibility support. From-SVN: r217129
This commit is contained in:
parent
d5e254e19c
commit
a63cadc120
@ -1,3 +1,11 @@
|
||||
2014-11-05 David Edelsohn <dje.gcc@gmail.com>
|
||||
|
||||
* gcc.dg/torture/pr59166.c: XFAIL on AIX.
|
||||
* g++.dg/ext/visitibility/anon1.C: XFAIL on AIX.
|
||||
* g++.dg/opt/pr60002.C: XFAIL on AIX.
|
||||
* g++.dg/torture/pr63419.C: Ignore non-standard ABI warning.
|
||||
* g++.dg/ipa/ipa-icf-5.C: Require visibility support.
|
||||
|
||||
2014-11-05 Ilya Enkovich <ilya.enkovich@intel.com>
|
||||
|
||||
* gcc.target/i386/chkp-builtins-1.c: New.
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
// { dg-do compile }
|
||||
// { dg-final { scan-assembler-not "globl.*_ZN.*1fEv" } }
|
||||
// { dg-xfail-if "" { powerpc-ibm-aix* } { "*" } { "" } }
|
||||
|
||||
namespace
|
||||
{
|
||||
|
@ -1,4 +1,5 @@
|
||||
/* { dg-do compile } */
|
||||
/* { dg-require-visibility "" } */
|
||||
/* { dg-options "-O2 -fdump-ipa-icf" } */
|
||||
|
||||
struct test
|
||||
|
@ -1,6 +1,7 @@
|
||||
// PR tree-optimization/60002
|
||||
// { dg-do compile }
|
||||
// { dg-options "-O2 -fcompare-debug -fdeclone-ctor-dtor -fipa-cp-clone" }
|
||||
// { dg-xfail-if "" { powerpc-ibm-aix* } { "*" } { "" } }
|
||||
|
||||
struct A {};
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
// { dg-do compile }
|
||||
// { dg-additional-options "-Wno-psabi" }
|
||||
// Ignore warning on some powerpc-linux configurations.
|
||||
// { dg-prune-output "non-standard ABI extension" }
|
||||
|
||||
typedef float __m128 __attribute__ ((__vector_size__ (16)));
|
||||
const int a = 0;
|
||||
|
@ -1,5 +1,6 @@
|
||||
/* PR rtl-optimization/59166 */
|
||||
/* { dg-additional-options "-fcompare-debug" } */
|
||||
/* { dg-xfail-if "" { powerpc-ibm-aix* } { "*" } { "" } } */
|
||||
|
||||
int a, b, c, f, g;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user