Fix bootstrap failure when ATOMIC_INT_LOCK_FREE < 2
authorJonathan Wakely <jwakely@redhat.com>
Sun, 11 Sep 2016 10:19:30 +0000 (11:19 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Sun, 11 Sep 2016 10:19:30 +0000 (11:19 +0100)
* libsupc++/new_opant.cc: Include exception_defines.h.
* libsupc++/new_opvant.cc: Likewise.

From-SVN: r240080

libstdc++-v3/ChangeLog
libstdc++-v3/libsupc++/new_opant.cc
libstdc++-v3/libsupc++/new_opvant.cc

index 4ba6593664bfafde0eabc435f8ad042411905d58..a73c1d962636f49a22d700c87c8c8d9882a6bea5 100644 (file)
@@ -1,3 +1,8 @@
+2016-09-11  Jonathan Wakely  <jwakely@redhat.com>
+
+       * libsupc++/new_opant.cc: Include exception_defines.h.
+       * libsupc++/new_opvant.cc: Likewise.
+
 2016-09-09  Jason Merrill  <jason@redhat.com>
 
        Implement P0035R4, C++17 new of over-aligned types.
index c863d64f2d4806fd6d7d98ae3ddb05ac37618b9a..1c6ccab809e4b6957dcdc7f7983845f7af38f83f 100644 (file)
@@ -24,6 +24,7 @@
 // <http://www.gnu.org/licenses/>.
 
 #include <bits/c++config.h>
+#include <bits/exception_defines.h>
 #include "new"
 
 _GLIBCXX_WEAK_DEFINITION void*
index a32fec8432a824e9ef85f26cc69a749886e19236..2b295472120b61d9f9292c34db335f0d5fe0c846 100644 (file)
@@ -24,6 +24,7 @@
 // <http://www.gnu.org/licenses/>.
 
 #include <bits/c++config.h>
+#include <bits/exception_defines.h>
 #include "new"
 
 _GLIBCXX_WEAK_DEFINITION void*