freebsd-ports/lang/gcc6-aux/files/patch-isl-20-or-newer
Dima Panov 03972bd1c8 lang/gcc6-aux: Adopt and unbreak with isl 20+ (+)
Take maintainership and keep ada in the tree.
2022-11-28 14:07:17 +03:00

12 lines
337 B
Plaintext

--- gcc/graphite.h.orig 2020-08-15 14:22:45.859708000 -0400
+++ gcc/graphite.h 2020-08-15 14:25:15.832648000 -0400
@@ -36,6 +36,8 @@
#include <isl/ilp.h>
#include <isl/schedule.h>
#include <isl/ast_build.h>
+#include <isl/id.h>
+#include <isl/space.h>
#ifdef HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS
/* isl 0.15 or later. */