patch for gcc bug https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86724 (already fixed upstream in gcc 7.3.1 and 8.2.1)

This commit is contained in:
Wolfgang Thaller 2018-12-22 15:47:37 +01:00
parent 00471c6104
commit 1594085852
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@ along with GCC; see the file COPYING3. If not see
#include <isl/schedule.h>
#include <isl/ast_build.h>
#include <isl/schedule_node.h>
#include <isl/id.h>
#include <isl/space.h>
typedef struct poly_dr *poly_dr_p;