public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-3598] analyzer: Fix bootstrap with clang
@ 2021-09-16 22:36 Gerald Pfeifer
  0 siblings, 0 replies; only message in thread
From: Gerald Pfeifer @ 2021-09-16 22:36 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:745781d24cd7562202687cfbe05597ee673d4537

commit r12-3598-g745781d24cd7562202687cfbe05597ee673d4537
Author: Maxim Blinov <maxim.blinov@embecosm.com>
Date:   Fri Sep 17 00:32:58 2021 +0200

    analyzer: Fix bootstrap with clang
    
    gcc/analyzer/ChangeLog:
            PR bootstrap/102242
            * engine.cc (INCLUDE_UNIQUE_PTR): Define.

Diff:
---
 gcc/analyzer/engine.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/analyzer/engine.cc b/gcc/analyzer/engine.cc
index 24f0931197d..f21f8e5b78a 100644
--- a/gcc/analyzer/engine.cc
+++ b/gcc/analyzer/engine.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_UNIQUE_PTR
 #include "system.h"
 #include "coretypes.h"
 #include "tree.h"


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

only message in thread, other threads:[~2021-09-16 22:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-16 22:36 [gcc r12-3598] analyzer: Fix bootstrap with clang Gerald Pfeifer

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).