public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/c++-modules] Fix i686 build failure
@ 2020-11-04 15:04 Nathan Sidwell
  0 siblings, 0 replies; only message in thread
From: Nathan Sidwell @ 2020-11-04 15:04 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:1c548a8f6552eaf3614acad6157b86c18e2c9306

commit 1c548a8f6552eaf3614acad6157b86c18e2c9306
Author: Nathan Sidwell <nathan@acm.org>
Date:   Wed Nov 4 06:55:37 2020 -0800

    Fix i686 build failure
    
            gcc/cp/
            * mapper-resolved.cc: define INCLUDE_ALGORITHM.

Diff:
---
 ChangeLog.modules         | 5 +++++
 gcc/cp/mapper-resolver.cc | 1 +
 2 files changed, 6 insertions(+)

diff --git a/ChangeLog.modules b/ChangeLog.modules
index 08571eed495..f0718b0885a 100644
--- a/ChangeLog.modules
+++ b/ChangeLog.modules
@@ -1,3 +1,8 @@
+2020-11-04  Nathan Sidwell  <nathan@acm.org>
+
+	gcc/cp/
+	* mapper-resolved.cc: define INCLUDE_ALGORITHM.
+
 2020-11-03  Nathan Sidwell  <nathan@acm.org>
 
 	Merge trunk a52bf016433
diff --git a/gcc/cp/mapper-resolver.cc b/gcc/cp/mapper-resolver.cc
index 7692380812a..03e1d57ce2c 100644
--- a/gcc/cp/mapper-resolver.cc
+++ b/gcc/cp/mapper-resolver.cc
@@ -19,6 +19,7 @@ along with GCC; see the file COPYING3.  If not see
 <http://www.gnu.org/licenses/>.  */
 
 #include "config.h"
+#define INCLUDE_ALGORITHM
 #include "system.h"
 
 #include "mapper.h"


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-11-04 15:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-04 15:04 [gcc/devel/c++-modules] Fix i686 build failure Nathan Sidwell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).