re PR tree-optimization/52307 (Segmentation fault in Lapack with -O3 -floop-flatten...
authorThomas Koenig <tkoenig@gcc.gnu.org>
Tue, 28 Feb 2012 10:10:12 +0000 (10:10 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 28 Feb 2012 10:10:12 +0000 (10:10 +0000)
2012-02-28  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR tree-optimization/53207
* doc/invoke.texi: Document as experimental and relying on graphite.

From-SVN: r184623

gcc/ChangeLog
gcc/doc/invoke.texi

index e8efead7ffd27a75e7a94497b08e6b9358a9c24c..ac76ef869bd0cf24dc6413f40ad23fb85e02ff56 100644 (file)
@@ -1,3 +1,8 @@
+2012-02-28  Thomas Koenig  <tkoenig@gcc.gnu.org>
+
+       PR tree-optimization/53207
+       * doc/invoke.texi: Document as experimental and relying on graphite.
+
 2012-02-28  Georg-Johann Lay  <avr@gjlay.de>
 
        * config/avr/avr-devices.c (avr_mcu_type): Adjust NULL part
index 7d4926abf3c11bab01448967c404424a088a4f7b..d69f1fb93ddcc4da65a4e4c039f8c9f9baba1f73 100644 (file)
@@ -7289,8 +7289,12 @@ dead code elimination in loops.
 @item -floop-flatten
 @opindex floop-flatten
 Removes the loop nesting structure: transforms the loop nest into a
-single loop.  This transformation can be useful to vectorize all the
-levels of the loop nest.
+single loop.  This transformation can be useful as an enablement
+transform for vectorization and parallelization.  This feature
+is experimental.
+To use this code transformation, GCC has to be configured
+with @option{--with-ppl} and @option{--with-cloog} to enable the
+Graphite loop transformation infrastructure.
 
 @item -floop-parallelize-all
 @opindex floop-parallelize-all