public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [patch] fix bootstrap if no ISL is available.
@ 2015-08-27 20:46 Andreas Tobler
  2015-08-28 15:50 ` Sebastian Pop
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Tobler @ 2015-08-27 20:46 UTC (permalink / raw)
  To: GCC Patches

Hi all,

I think this is obvious?

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, "

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [patch] fix bootstrap if no ISL is available.
  2015-08-27 20:46 [patch] fix bootstrap if no ISL is available Andreas Tobler
@ 2015-08-28 15:50 ` Sebastian Pop
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastian Pop @ 2015-08-28 15:50 UTC (permalink / raw)
  To: Andreas Tobler; +Cc: GCC Patches

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, "

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-08-28 15:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-27 20:46 [patch] fix bootstrap if no ISL is available Andreas Tobler
2015-08-28 15:50 ` Sebastian Pop

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).