* doc/extend.texi (Common Function Attributes) [optimize]:
Discourage use of the optimize attribute.
From-SVN: r235580
+2016-04-28 Markus Trippelsdorf <markus@trippelsdorf.de>
+
+ * doc/extend.texi (Common Function Attributes) [optimize]:
+ Discourage use of the optimize attribute.
+
2016-04-28 Bill Seurer <seurer@linux.vnet.ibm.com>
* config/rs6000/rs6000-builtin.def (vec_adde): Change vec_adde to a
@xref{Function Specific Option Pragmas}, for details about the
@samp{#pragma GCC optimize} pragma.
-This can be used for instance to have frequently-executed functions
-compiled with more aggressive optimization options that produce faster
-and larger code, while other functions can be compiled with less
-aggressive options.
+This attribute should be used for debugging purposes only. It is not
+suitable in production code.
@item pure
@cindex @code{pure} function attribute