re PR testsuite/51128 (New LTO failures)
PR testsuite/51128 * gcc.dg/torture/pr23821.c: Skip if -fno-fat-lto-objects was passed. * gcc.dg/torture/pr39074.c: Ditto. * gcc.dg/torture/pr39074-2.c: Ditto. * gcc.dg/torture/pr42898.c: Ditto. * gcc.dg/torture/pr42898-2.c: Ditto. * gcc.dg/torture/pr45704.c: Ditto. * gcc.dg/torture/pr50472.c: Ditto. * gcc.dg/torture/pta-callused-1.c: Ditto. * gcc.dg/torture/pta-ptrarith-1.c: Ditto. * gcc.dg/torture/pta-ptrarith-2.c: Ditto. * gcc.dg/torture/pta-ptrarith-3.c: Ditto. * gcc.dg/torture/pta-escape-1.c: Ditto. * gcc.dg/torture/ipa-pta-1.c: Ditto. * gcc.dg/torture/ssa-pta-fn-1.c: Ditto. From-SVN: r182016
This commit is contained in:
parent
27508f5fa3
commit
6778ae9d4b
@ -1,3 +1,21 @@
|
|||||||
|
2011-12-05 Uros Bizjak <ubizjak@gmail.com>
|
||||||
|
|
||||||
|
PR testsuite/51128
|
||||||
|
* gcc.dg/torture/pr23821.c: Skip if -fno-fat-lto-objects was passed.
|
||||||
|
* gcc.dg/torture/pr39074.c: Ditto.
|
||||||
|
* gcc.dg/torture/pr39074-2.c: Ditto.
|
||||||
|
* gcc.dg/torture/pr42898.c: Ditto.
|
||||||
|
* gcc.dg/torture/pr42898-2.c: Ditto.
|
||||||
|
* gcc.dg/torture/pr45704.c: Ditto.
|
||||||
|
* gcc.dg/torture/pr50472.c: Ditto.
|
||||||
|
* gcc.dg/torture/pta-callused-1.c: Ditto.
|
||||||
|
* gcc.dg/torture/pta-ptrarith-1.c: Ditto.
|
||||||
|
* gcc.dg/torture/pta-ptrarith-2.c: Ditto.
|
||||||
|
* gcc.dg/torture/pta-ptrarith-3.c: Ditto.
|
||||||
|
* gcc.dg/torture/pta-escape-1.c: Ditto.
|
||||||
|
* gcc.dg/torture/ipa-pta-1.c: Ditto.
|
||||||
|
* gcc.dg/torture/ssa-pta-fn-1.c: Ditto.
|
||||||
|
|
||||||
2011-12-05 Kazu Hirata <kazu@codesourcery.com>
|
2011-12-05 Kazu Hirata <kazu@codesourcery.com>
|
||||||
|
|
||||||
PR target/51408
|
PR target/51408
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* { dg-do compile { target { nonpic } } } */
|
/* { dg-do compile { target { nonpic } } } */
|
||||||
/* { dg-options "-fipa-pta -fdump-ipa-pta" } */
|
/* { dg-options "-fipa-pta -fdump-ipa-pta" } */
|
||||||
/* { dg-skip-if "" { *-*-* } { "-O0" } { "" } } */
|
/* { dg-skip-if "" { *-*-* } { "-O0" "-fno-fat-lto-objects" } { "" } } */
|
||||||
|
|
||||||
struct X { char x; char y; };
|
struct X { char x; char y; };
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* { dg-do compile } */
|
/* { dg-do compile } */
|
||||||
/* { dg-skip-if "" { *-*-* } { "-O0" } { "" } } */
|
/* { dg-skip-if "" { *-*-* } { "-O0" "-fno-fat-lto-objects" } { "" } } */
|
||||||
/* At -O1 DOM threads a jump in a non-optimal way which leads to
|
/* At -O1 DOM threads a jump in a non-optimal way which leads to
|
||||||
the bogus propagation. */
|
the bogus propagation. */
|
||||||
/* { dg-skip-if "" { *-*-* } { "-O1" } { "" } } */
|
/* { dg-skip-if "" { *-*-* } { "-O1" } { "" } } */
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* { dg-do run } */
|
/* { dg-do run } */
|
||||||
/* { dg-require-effective-target stdint_types } */
|
/* { dg-require-effective-target stdint_types } */
|
||||||
/* { dg-options "-fdump-tree-alias" } */
|
/* { dg-options "-fdump-tree-alias" } */
|
||||||
/* { dg-skip-if "" { *-*-* } { "-O0" } { "" } } */
|
/* { dg-skip-if "" { *-*-* } { "-O0" "-fno-fat-lto-objects" } { "" } } */
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* { dg-do run } */
|
/* { dg-do run } */
|
||||||
/* { dg-options "-fdump-tree-alias" } */
|
/* { dg-options "-fdump-tree-alias" } */
|
||||||
/* { dg-skip-if "" { *-*-* } { "-O0" } { "" } } */
|
/* { dg-skip-if "" { *-*-* } { "-O0" "-fno-fat-lto-objects" } { "" } } */
|
||||||
|
|
||||||
typedef __PTRDIFF_TYPE__ intptr_t;
|
typedef __PTRDIFF_TYPE__ intptr_t;
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
/* { dg-do compile } */
|
/* { dg-do compile } */
|
||||||
/* { dg-options "-fdump-tree-optimized" } */
|
/* { dg-options "-fdump-tree-optimized" } */
|
||||||
|
/* { dg-skip-if "" { *-*-* } { "-fno-fat-lto-objects" } { "" } } */
|
||||||
|
|
||||||
struct hardware {
|
struct hardware {
|
||||||
int parm1:8;
|
int parm1:8;
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
/* { dg-do compile } */
|
/* { dg-do compile } */
|
||||||
/* { dg-options "-fdump-tree-optimized" } */
|
/* { dg-options "-fdump-tree-optimized" } */
|
||||||
|
/* { dg-skip-if "" { *-*-* } { "-fno-fat-lto-objects" } { "" } } */
|
||||||
|
|
||||||
struct hardware {
|
struct hardware {
|
||||||
int parm1:8;
|
int parm1:8;
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
/* { dg-do compile } */
|
/* { dg-do compile } */
|
||||||
/* { dg-options "-fdump-tree-optimized" } */
|
/* { dg-options "-fdump-tree-optimized" } */
|
||||||
|
/* { dg-skip-if "" { *-*-* } { "-fno-fat-lto-objects" } { "" } } */
|
||||||
|
|
||||||
struct st {
|
struct st {
|
||||||
int ptr;
|
int ptr;
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
/* { dg-do compile } */
|
/* { dg-do compile } */
|
||||||
/* { dg-options "-fdump-tree-optimized" } */
|
/* { dg-options "-fdump-tree-optimized" } */
|
||||||
|
/* { dg-skip-if "" { *-*-* } { "-fno-fat-lto-objects" } { "" } } */
|
||||||
|
|
||||||
static const unsigned int foo = 1;
|
static const unsigned int foo = 1;
|
||||||
unsigned int test( void )
|
unsigned int test( void )
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* { dg-do run } */
|
/* { dg-do run } */
|
||||||
/* { dg-options "-fdump-tree-alias" } */
|
/* { dg-options "-fdump-tree-alias" } */
|
||||||
/* { dg-skip-if "" { *-*-* } { "-O0" } { "" } } */
|
/* { dg-skip-if "" { *-*-* } { "-O0" "-fno-fat-lto-objects" } { "" } } */
|
||||||
|
|
||||||
volatile int i;
|
volatile int i;
|
||||||
int ** __attribute__((noinline,pure)) foo(int **p) { i; return p; }
|
int ** __attribute__((noinline,pure)) foo(int **p) { i; return p; }
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* { dg-do run } */
|
/* { dg-do run } */
|
||||||
/* { dg-options "-fdump-tree-alias" } */
|
/* { dg-options "-fdump-tree-alias" } */
|
||||||
/* { dg-skip-if "" { *-*-* } { "-O0" } { "" } } */
|
/* { dg-skip-if "" { *-*-* } { "-O0" "-fno-fat-lto-objects" } { "" } } */
|
||||||
|
|
||||||
int *p;
|
int *p;
|
||||||
void __attribute__((noinline,noclone))
|
void __attribute__((noinline,noclone))
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* { dg-do run } */
|
/* { dg-do run } */
|
||||||
/* { dg-options "-fdump-tree-alias" } */
|
/* { dg-options "-fdump-tree-alias" } */
|
||||||
/* { dg-skip-if "" { *-*-* } { "-O0" } { "" } } */
|
/* { dg-skip-if "" { *-*-* } { "-O0" "-fno-fat-lto-objects" } { "" } } */
|
||||||
|
|
||||||
struct Foo {
|
struct Foo {
|
||||||
int *p;
|
int *p;
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* { dg-do run } */
|
/* { dg-do run } */
|
||||||
/* { dg-options "-fdump-tree-alias" } */
|
/* { dg-options "-fdump-tree-alias" } */
|
||||||
/* { dg-skip-if "" { *-*-* } { "-O0" } { "" } } */
|
/* { dg-skip-if "" { *-*-* } { "-O0" "-fno-fat-lto-objects" } { "" } } */
|
||||||
|
|
||||||
struct Foo {
|
struct Foo {
|
||||||
int **p;
|
int **p;
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* { dg-do run } */
|
/* { dg-do run } */
|
||||||
/* { dg-options "-fdump-tree-alias" } */
|
/* { dg-options "-fdump-tree-alias" } */
|
||||||
/* { dg-skip-if "" { *-*-* } { "-O0" } { "" } } */
|
/* { dg-skip-if "" { *-*-* } { "-O0" "-fno-fat-lto-objects" } { "" } } */
|
||||||
|
|
||||||
extern void abort (void);
|
extern void abort (void);
|
||||||
struct X {
|
struct X {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* { dg-do run } */
|
/* { dg-do run } */
|
||||||
/* { dg-options "-fdump-tree-alias" } */
|
/* { dg-options "-fdump-tree-alias" } */
|
||||||
/* { dg-skip-if "" { *-*-* } { "-O0" } { "" } } */
|
/* { dg-skip-if "" { *-*-* } { "-O0" "-fno-fat-lto-objects" } { "" } } */
|
||||||
|
|
||||||
extern void abort (void);
|
extern void abort (void);
|
||||||
int *glob;
|
int *glob;
|
||||||
|
Loading…
Reference in New Issue
Block a user