X-Git-Url: https://gcc.gnu.org/git/?a=blobdiff_plain;f=gcc%2FChangeLog;h=dba986dfdff54f2db45b83955a86a7e82be98613;hb=81c833b311b16cfd87a947374d5ffbbd48facd03;hp=3292b9f08426fd0a9fac584454c579ebe29e2b02;hpb=267cca3d20139ecea6b023ef0d5767ecf703e93a;p=gcc.git diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3292b9f08426..dba986dfdff5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,22 @@ +2020-02-25 Richard Biener + + PR tree-optimization/93868 + * tree-vect-slp.c (slp_copy_subtree): New function. + (vect_attempt_slp_rearrange_stmts): Copy the SLP tree before + re-arranging stmts in it. + +2020-02-25 Jakub Jelinek + + PR middle-end/93874 + * passes.c (pass_manager::dump_passes): Create a cgraph node for the + dummy function and remove it at the end. + + PR translation/93864 + * config/lm32/lm32.c (lm32_setup_incoming_varargs): Fix comment typo + paramter -> parameter. + * config/aarch64/aarch64.c (aarch64_is_extend_from_extract): Likewise. + * ipa-prop.h (struct ipa_agg_replacement_value): Likewise. + 2020-02-24 Roman Zhuykov * doc/install.texi (--enable-checking): Properly document current