mirror of git://gcc.gnu.org/git/gcc.git
re PR tree-optimization/46232 (64-bit gcc.dg/tree-ssa/pr14814.c FAILs on SPARC)
PR tree-optimization/46232 * gcc.dg/tree-ssa/pr14814.c: Add -fno-tree-sra. From-SVN: r168023
This commit is contained in:
parent
575584a982
commit
7b01337540
|
@ -1,3 +1,8 @@
|
||||||
|
2010-12-18 Eric Botcazou <ebotcazou@adacore.com>
|
||||||
|
|
||||||
|
PR tree-optimization/46232
|
||||||
|
* gcc.dg/tree-ssa/pr14814.c: Add -fno-tree-sra.
|
||||||
|
|
||||||
2010-12-18 Iain Sandoe <iains@gcc.gnu.org>
|
2010-12-18 Iain Sandoe <iains@gcc.gnu.org>
|
||||||
|
|
||||||
* fobjc-exceptions.m: Update dg-error syntax.
|
* fobjc-exceptions.m: Update dg-error syntax.
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
/* { dg-do compile } */
|
/* { dg-do compile } */
|
||||||
/* { dg-options "-O2 -fdump-tree-forwprop2" } */
|
/* { dg-options "-O2 -fno-tree-sra -fdump-tree-forwprop2" } */
|
||||||
|
|
||||||
|
|
||||||
struct YY {
|
struct YY {
|
||||||
double e[3]; };
|
double e[3]; };
|
||||||
|
@ -21,5 +20,3 @@ int foo(const struct XX* r) {
|
||||||
|
|
||||||
/* { dg-final { scan-tree-dump-times "&" 0 "forwprop2" } } */
|
/* { dg-final { scan-tree-dump-times "&" 0 "forwprop2" } } */
|
||||||
/* { dg-final { cleanup-tree-dump "forwprop2" } } */
|
/* { dg-final { cleanup-tree-dump "forwprop2" } } */
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue