diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-04-16 00:16:23 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-04-16 00:16:23 +0000 |
commit | ee351f7fdbd82f8947fe9a0e74cea65d216a8549 (patch) | |
tree | 4a3c8c3aa21a5b589d7755293ab84fc89ec68586 /gcc/ChangeLog | |
parent | da879e01ecd35737c18be1da3324f4560aba1961 (diff) | |
download | gcc-ee351f7fdbd82f8947fe9a0e74cea65d216a8549.tar.gz |
Daily bump.
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 90860a78fd4..ff0fc066944 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,31 @@ +2021-04-15 Martin Liska <mliska@suse.cz> + + * doc/invoke.texi: Other params don't use it, remove it. + +2021-04-15 Richard Biener <rguenther@suse.de> + + * gimple-builder.h: Add deprecation note. + +2021-04-15 Richard Sandiford <richard.sandiford@arm.com> + + PR c++/98852 + * attribs.h (restrict_type_identity_attributes_to): Declare. + * attribs.c (restrict_type_identity_attributes_to): New function. + +2021-04-15 Richard Sandiford <richard.sandiford@arm.com> + + PR c/98852 + * attribs.h (affects_type_identity_attributes): Declare. + * attribs.c (remove_attributes_matching): New function. + (affects_type_identity_attributes): Likewise. + +2021-04-15 Jakub Jelinek <jakub@redhat.com> + + PR target/100056 + * config/aarch64/aarch64.md (*<LOGICAL:optab>_<SHIFT:optab><mode>3): + Add combine splitters for *<LOGICAL:optab>_ashl<mode>3 with + ZERO_EXTEND, SIGN_EXTEND or AND. + 2021-04-14 Richard Sandiford <richard.sandiford@arm.com> PR rtl-optimization/99929 |