This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch, documentation] Document -floop-flatten as experimental


Hello world,

the attached patch documents -floop-flatten as unsafe (see the PR).
Tested with 'make dvi', 'make info' and 'make pdf'.  I'd like to
get this into the 4.7 release.

OK for trunk?

Thomas

2012-02-27 Thomas Koenig <tkoenig@gcc.gnu.org>

        PR tree-optimization/53207
        * doc/invoke.texi:  Document -floop-flatten as experimental
        and mention that it can lead to wrong code.
Index: doc/invoke.texi
===================================================================
--- doc/invoke.texi	(Revision 184585)
+++ doc/invoke.texi	(Arbeitskopie)
@@ -7290,7 +7290,8 @@
 @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.
+levels of the loop nest.  @emph{This feature is experimental and may
+cause wrong code to be generated.}
 
 @item -floop-parallelize-all
 @opindex floop-parallelize-all

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]