]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
analyzer: Fix bootstrap with clang
authorMaxim Blinov <maxim.blinov@embecosm.com>
Thu, 16 Sep 2021 22:32:58 +0000 (00:32 +0200)
committerGerald Pfeifer <gerald@pfeifer.com>
Thu, 16 Sep 2021 22:36:25 +0000 (00:36 +0200)
gcc/analyzer/ChangeLog:
PR bootstrap/102242
* engine.cc (INCLUDE_UNIQUE_PTR): Define.

gcc/analyzer/engine.cc

index 24f0931197dde4b626a159e71491e0973d9214b7..f21f8e5b78a3c85215832ce0b46217f0250fff54 100644 (file)
@@ -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"