From: Riyadh Baghdadi Date: Thu, 30 Sep 2010 21:17:40 +0000 (+0000) Subject: Disable graphite loop optimizations with fgraphite read. X-Git-Tag: releases/gcc-4.6.0~3999 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a73c53235a5610354f5428b5d3034833c86cc2cc;p=thirdparty%2Fgcc.git Disable graphite loop optimizations with fgraphite read. 2010-08-14 Riyadh Baghdadi * toplev.c (process_options): Disable graphite loop optimization options when -fgraphite-read flag is used. From-SVN: r164782 --- diff --git a/gcc/ChangeLog.graphite b/gcc/ChangeLog.graphite index e61bee61f955..75a1504fba62 100644 --- a/gcc/ChangeLog.graphite +++ b/gcc/ChangeLog.graphite @@ -1,3 +1,8 @@ +2010-08-14 Riyadh Baghdadi + + * toplev.c (process_options): Disable graphite loop optimization + options when -fgraphite-read flag is used. + 2010-08-17 Riyadh Baghdadi * graphite-poly.c (init_graphite_out_file): New.