This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] fix bootstrap if no ISL is available.
- From: Sebastian Pop <sebpop at gmail dot com>
- To: Andreas Tobler <andreast-list at fgznet dot ch>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Fri, 28 Aug 2015 10:33:22 -0500
- Subject: Re: [patch] fix bootstrap if no ISL is available.
- Authentication-results: sourceware.org; auth=none
- References: <55DF70BA dot 9050907 at fgznet dot ch>
On Thu, Aug 27, 2015 at 3:19 PM, Andreas Tobler <andreast-list@fgznet.ch> wrote:
> Hi all,
>
> I think this is obvious?
Yes. Sorry for missing testing without ISL.
I have committed a similar patch just after I got pinged that my patch
broke builds without ISL.
Sebastian
>
> Thanks,
> Andreas
>
> 2015-08-27 Andreas Tobler <andreast@gcc.gnu.org>
>
> * toplev.c (process_options): Remove flag_loop_block,
> flag_loop_interchange, flag_loop_strip_mine.
>
>
> Index: toplev.c
> ===================================================================
> --- toplev.c (revision 227279)
> +++ toplev.c (working copy)
> @@ -1317,9 +1317,6 @@
> #ifndef HAVE_isl
> if (flag_graphite
> || flag_graphite_identity
> - || flag_loop_block
> - || flag_loop_interchange
> - || flag_loop_strip_mine
> || flag_loop_parallelize_all)
> sorry ("Graphite loop optimizations cannot be used (ISL is not
> available)"
> "(-fgraphite, -fgraphite-identity, -floop-block, "