This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from fdb7080 PR c++/71909 * parser.c (cp_parser_save_member_function_bod [...] new d0f11d6 Enabling work for C++ handling of misspelled identifiers and [...] new 655e3fb Build libbackend.a as a thin archive if possible new b704b0e gcc/ Implement attribute progmem on reduced Tiny cores by ad [...]
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/ChangeLog | 43 ++++++++ gcc/Makefile.in | 17 ++++ gcc/c/ChangeLog | 10 ++ gcc/c/c-decl.c | 42 +------- gcc/config/avr/avr-c.c | 5 +- gcc/config/avr/avr.c | 51 +++++++++- gcc/config/avr/avr.h | 2 + gcc/configure | 20 +++- gcc/configure.ac | 13 +++ gcc/diagnostic-show-locus.c | 15 ++- gcc/doc/extend.texi | 35 ++++++- gcc/spellcheck-tree.c | 31 ++++++ gcc/spellcheck-tree.h | 26 +++++ gcc/testsuite/ChangeLog | 5 + .../gcc.target/avr/torture/tiny-progmem.c | 109 +++++++++++++++++++++ 15 files changed, 371 insertions(+), 53 deletions(-) create mode 100644 gcc/testsuite/gcc.target/avr/torture/tiny-progmem.c