https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69437
Bug ID: 69437 Summary: fail to build - compile error in graphite-optimize-isl.c:304 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: nenad at intrepid dot com Target Milestone: --- On Mac (El Capitan) I am getting this error on build: /eng/upc/dev/nenad/gupc-dev/src/gupc/gcc/graphite-optimize-isl.c:304:23: error: use of undeclared identifier 'bandList'; did you mean 'band_list'? isl_band_list_free (bandList); ^~~~~~~~ band_list /eng/upc/dev/nenad/gupc-dev/src/gupc/gcc/graphite-optimize-isl.c:302:18: note: 'band_list' declared here isl_band_list *band_list = isl_schedule_get_band_forest (schedule); ^ This seems to be the path if ISL is not 0.15 or later. I'll see if I can upgrade ISL.