Priority: P3
Component: tree-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: pbeeler80 at gmail dot com
Target Milestone: ---
The full log is attached
The errors in short:
../.././../gcc/gcc-SaberMod/gcc/graphite-poly.h:398:43: error
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66117
--- Comment #1 from Paul Beeler ---
Here is the gcc source:
https://github.com/SaberMod/GCC_SaberMod/tree/6.0.0
Also this patch seems to fix the issue:
https://github.com/SaberMod/GCC_SaberMod/commit/635b86c35d539bf229e4d4652fc67afe632589a4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66117
--- Comment #2 from Paul Beeler ---
A second shot at a patch:
Included HAVE_isl in gcc/graphite-poly.h
Other files that include "graphite-poly.h" will have isl_constraint functions
defined.
https://github.com/SaberMod/GCC_SaberMod/commit/3494aee7
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66117
--- Comment #3 from Paul Beeler ---
Final patch will work to be the most minimal for changes and HAVE_isl
https://github.com/SaberMod/GCC_SaberMod/commit/114e4e9470260a839d55aad2421fb646af12697b
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66117
--- Comment #5 from Paul Beeler ---
It is from isl master (0.15). This was 5 months ago, and I've been using my
own patch authored by me fine since then. I will continue to use it and not
the recently merged one thanks.