Commit e73ee854 by Richard Henderson Committed by Richard Henderson

* libsupc++/unwind-cxx.h: Revert gcc_unreachable change.

From-SVN: r100002
parent e4d0c41c
2005-05-19 Richard Henderson <rth@redhat.com>
* libsupc++/unwind-cxx.h: Revert gcc_unreachable change.
2005-05-19 Jonathan Wakely <redi@gcc.gnu.org>
* include/bits/basic_string.h (operator[]): Allow s[s.size()] in
......
......@@ -38,8 +38,6 @@
#include <typeinfo>
#include <exception>
#include <cstddef>
#include <cstdlib>
#define gcc_unreachable() std::abort()
#include "unwind.h"
#pragma GCC visibility push(default)
......
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