From: Martin Jambor Date: Fri, 25 Mar 2011 17:08:57 +0000 (+0100) Subject: pr44686.c: Do not explicitely specify -O2. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=553110fe8e7b0eb54247df1c8264a07717c67b6f;p=gcc.git pr44686.c: Do not explicitely specify -O2. 2011-03-25 Martin Jambor * gcc.c-torture/compile/pr44686.c: Do not explicitely specify -O2. From-SVN: r171515 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index e2aab84bf6b..c7e866216d4 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2011-03-25 Martin Jambor + + * gcc.c-torture/compile/pr44686.c: Do not explicitely specify -O2. + 2011-03-25 Jason Merrill * g++.dg/cpp0x/defaulted22.C: New. diff --git a/gcc/testsuite/gcc.c-torture/compile/pr44686.c b/gcc/testsuite/gcc.c-torture/compile/pr44686.c index eacd83d3130..62c57d75e6f 100644 --- a/gcc/testsuite/gcc.c-torture/compile/pr44686.c +++ b/gcc/testsuite/gcc.c-torture/compile/pr44686.c @@ -1,4 +1,4 @@ -/* { dg-options "-O2 -fipa-pta -fprofile-generate" } */ +/* { dg-options "-fipa-pta -fprofile-generate" } */ void * memcpy (void *a, const void *b, __SIZE_TYPE__ len) {