aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJanis Johnson <janis187@us.ibm.com>2009-04-02 18:01:45 +0000
committerJanis Johnson <janis187@us.ibm.com>2009-04-02 18:01:45 +0000
commit11ab7468da972c1b2f41031fe471e4423dbdfe80 (patch)
tree9f935589c754b8c9622d4719cf578e33eb3948e5
parentdd40f551abb673d8a02a79dbb6e1865226b77680 (diff)
* gcc.dg/memcpy-1.c: Add compiler option.
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/gcc-4_4-branch@145463 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/testsuite/ChangeLog2
-rw-r--r--gcc/testsuite/gcc.dg/memcpy-1.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 16ed4c2e0e3..1391388af7e 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,5 +1,7 @@
2009-04-02 Janis Johnson <janis187@us.ibm.com>
+ * gcc.dg/memcpy-1.c: Add compiler option.
+
* gcc.dg/and-1.c: Restrict the targets for which the test is run
and XFAIL for powerpc and spu.
diff --git a/gcc/testsuite/gcc.dg/memcpy-1.c b/gcc/testsuite/gcc.dg/memcpy-1.c
index 2b11098b286..cc602423793 100644
--- a/gcc/testsuite/gcc.dg/memcpy-1.c
+++ b/gcc/testsuite/gcc.dg/memcpy-1.c
@@ -1,5 +1,5 @@
/* { dg-do compile } */
-/* { dg-options "-O2 -fdump-tree-optimized" } */
+/* { dg-options "-O2 -fdump-tree-optimized --param sra-max-structure-size=32" } */
/* PR36598 AVR fail maybe due to cost metrics */
/* { dg-final { scan-tree-dump-times "nasty_local" 0 "optimized" { xfail { "avr-*-*" } } } } */
/* { dg-final { cleanup-tree-dump "optimized" } } */