Commit 553110fe by Martin Jambor Committed by Martin Jambor

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
parent 94ea609a
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> 2011-03-25 Jason Merrill <jason@redhat.com>
* g++.dg/cpp0x/defaulted22.C: New. * g++.dg/cpp0x/defaulted22.C: New.
......
/* { dg-options "-O2 -fipa-pta -fprofile-generate" } */ /* { dg-options "-fipa-pta -fprofile-generate" } */
void * void *
memcpy (void *a, const void *b, __SIZE_TYPE__ len) memcpy (void *a, const void *b, __SIZE_TYPE__ len)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment