Commit bb77c16c by Mark Mitchell Committed by Mark Mitchell

* g++.old-deja/g++.mike/net5.C: Put `abort' in `std' namespace.

From-SVN: r37258
parent ffb28279
2000-11-04 Mark Mitchell <mark@codesourcery.com>
* g++.old-deja/g++.mike/net5.C: Put `abort' in `std' namespace.
* g++.old-deja/g++.mike/p755.C: Tweak handling of exit.
* g++.old-deja/g++.mike/p755a.C: Likewise.
* g++.old-deja/g++.mike/p9706.C: Don't assume that the standard
......
// Build don't link:
// Special g++ Options:
namespace std {
volatile void abort(); // WARNING - mismatch
}
volatile void oink() {
abort() ;
std::abort() ;
} // gets bogus error -
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