diff options
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4be2b96..99ba387 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,10 @@ 2019-12-11 Jakub Jelinek <jakub@redhat.com> + * opts.c (default_options_table): Move -ftree-loop-distribute-patterns + entry from -O3 or later section to -O2 or later section. + * doc/invoke.texi (-ftree-loop-distribute-patterns): Mention the + option is enabled by default at -O2+ rather than just at -O3. + PR target/92723 * tree-vect-patterns.c (vect_recog_rotate_pattern): If dt is not vect_internal_def, use oprnd1 as is, without trying to cast it. |