mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-28 22:34:03 +08:00
pr44686.c: Do not explicitely specify -O2.
2011-03-25 Martin Jambor <mjambor@suse.cz> * gcc.c-torture/compile/pr44686.c: Do not explicitely specify -O2. From-SVN: r171515
This commit is contained in:
parent
94ea609ab3
commit
553110fe8e
@ -1,3 +1,7 @@
|
||||
2011-03-25 Martin Jambor <mjambor@suse.cz>
|
||||
|
||||
* gcc.c-torture/compile/pr44686.c: Do not explicitely specify -O2.
|
||||
|
||||
2011-03-25 Jason Merrill <jason@redhat.com>
|
||||
|
||||
* g++.dg/cpp0x/defaulted22.C: New.
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user