Thanks for the update. I'll fix that asap.
-Aditya ---------------------------------------- > Date: Thu, 19 Nov 2015 08:36:58 -0500 > Subject: Re: [PATCH 1/2] [graphite] Move codegen related functions to > graphite-isl-ast-to-gimple.c > From: dje....@gmail.com > To: hiradi...@msn.com; aditya...@samsung.com; s....@samsung.com > CC: gcc-patches@gcc.gnu.org > > This patch broke bootstrap when ISL is not enabled. > > graphite-isl-ast-to-gimple.c is protected by HAVE_isl but > get_false_edge_from_guard_bb() is used outside of Graphite, including > sese.c, which is not restricted to HAVE_isl. > > Please fix. > > Thanks, David