aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc12-devel/files/patch-gcc-analyzer-bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'lang/gcc12-devel/files/patch-gcc-analyzer-bootstrap')
-rw-r--r--lang/gcc12-devel/files/patch-gcc-analyzer-bootstrap16
1 files changed, 16 insertions, 0 deletions
diff --git a/lang/gcc12-devel/files/patch-gcc-analyzer-bootstrap b/lang/gcc12-devel/files/patch-gcc-analyzer-bootstrap
new file mode 100644
index 000000000000..07d71aeaf8e4
--- /dev/null
+++ b/lang/gcc12-devel/files/patch-gcc-analyzer-bootstrap
@@ -0,0 +1,16 @@
+commit 745781d24cd7562202687cfbe05597ee673d4537
+Author: Maxim Blinov <maxim.blinov@embecosm.com>
+Date: Fri Sep 17 00:32:58 2021 +0200
+
+ analyzer: Fix bootstrap with clang
+
+--- gcc/analyzer/engine.cc
++++ 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"