The patch fixed the bootstrap failure. Thanks, David
On Thu, Nov 19, 2015 at 3:37 PM, Sebastian Pop <seb...@gmail.com> wrote: > Fixed in r230625. > > David, please test on your systems, we were not able to reproduce the fails on > x86_64-linux: the linker does optimize away the functions that are not used. > > Thanks, > Sebastian > > Aditya K wrote: >> 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 >>