mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-13 18:30:59 +08:00
Fix bootstrap failure when ATOMIC_INT_LOCK_FREE < 2
* libsupc++/new_opant.cc: Include exception_defines.h. * libsupc++/new_opvant.cc: Likewise. From-SVN: r240080
This commit is contained in:
parent
84ff77e99e
commit
2501129262
@ -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.
|
||||
|
@ -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*
|
||||
|
@ -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*
|
||||
|
Loading…
x
Reference in New Issue
Block a user