This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH 1/2] [graphite] Move codegen related functions to graphite-isl-ast-to-gimple.c
- From: David Edelsohn <dje dot gcc at gmail dot com>
- To: "A.K." <hiraditya at msn dot com>, Aditya Kumar <aditya dot k7 at samsung dot com>, Sebastian Pop <s dot pop at samsung dot com>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>
- 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
- Authentication-results: sourceware.org; auth=none
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