Commit 7656ecbc by Mark Mitchell Committed by Mark Mitchell

* g++.dg/init/ref15.C: Require unwrapped targets.

From-SVN: r148110
parent d55a1c92
2009-06-02 Mark Mitchell <mark@codesourcery.com>
* g++.dg/init/ref15.C: Require unwrapped targets.
2009-06-02 Jason Merrill <jason@redhat.com> 2009-06-02 Jason Merrill <jason@redhat.com>
* g++.dg/cpp0x/initlist13.C: Remove expected error. * g++.dg/cpp0x/initlist13.C: Remove expected error.
......
// PR c++/20416. We correctly constructed the temporary S in foo(), // PR c++/20416. We correctly constructed the temporary S in foo(),
// but incorrectly destroyed it every time foo() was called. // but incorrectly destroyed it every time foo() was called.
// { dg-do run } // When using a wrapped target, there is no way to override the exit
// code after returning from main.
// { dg-do run { target unwrapped } }
extern "C" void abort (void); extern "C" void abort (void);
extern "C" void _exit (int); extern "C" void _exit (int);
......
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