From 464092e0f1123878cda3e2fa37b1cdc6a26ebbd4 Mon Sep 17 00:00:00 2001 From: Erick Ochoa Date: Wed, 22 Apr 2020 11:16:24 -0600 Subject: [PATCH] Update flags turned by -O3. * doc/invoke.texi: Update flags turned on by -O3. --- gcc/ChangeLog | 4 ++++ gcc/doc/invoke.texi | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 532a56513f3..d647ab315a6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2020-04-22 Erick Ochoa + + * doc/invoke.texi: Update flags turned on by -O3. + 2020-04-22 Jakub Jelinek PR target/94706 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index e2bc2559218..a37a2ee9c19 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -9241,14 +9241,15 @@ by @option{-O2} and also turns on the following optimization flags: -floop-unroll-and-jam @gol -fpeel-loops @gol -fpredictive-commoning @gol +-fsplit-loops @gol -fsplit-paths @gol --ftree-loop-distribute-patterns @gol -ftree-loop-distribution @gol -ftree-loop-vectorize @gol -ftree-partial-pre @gol -ftree-slp-vectorize @gol -funswitch-loops @gol -fvect-cost-model @gol +-fvect-cost-model=dynamic @gol -fversion-loops-for-strides} @item -O0 -- 2.30.2