From: Host Schirmeier Date: Wed, 23 Jul 2014 09:42:34 +0000 (+0000) Subject: invoke.texi: -O3 enables -ftree-loop-distribute-patterns. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=861d14dfa6a4e4cc7a5acf239ab7b5daf31efe2b;p=gcc.git invoke.texi: -O3 enables -ftree-loop-distribute-patterns. 2014-07-23 Host Schirmeier * doc/invoke.texi: -O3 enables -ftree-loop-distribute-patterns. From-SVN: r212928 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9ed77833980..20eda93e750 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2014-07-23 Host Schirmeier + + * doc/invoke.texi: -O3 enables -ftree-loop-distribute-patterns. + 2014-07-23 Jiong Wang * config/arm/arm.c (arm_get_frame_offsets): If both r3 and other diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index fc2d78a0556..c1b37f10be5 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -7030,6 +7030,7 @@ Optimize yet more. @option{-O3} turns on all optimizations specified by @option{-O2} and also turns on the @option{-finline-functions}, @option{-funswitch-loops}, @option{-fpredictive-commoning}, @option{-fgcse-after-reload}, @option{-ftree-loop-vectorize}, +@option{-ftree-loop-distribute-patterns}, @option{-ftree-slp-vectorize}, @option{-fvect-cost-model}, @option{-ftree-partial-pre} and @option{-fipa-cp-clone} options.