This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5b3e6491d2c PR tree-optimization/83269 * fold-const.c (fold_binary_lo [...] new ca93208824c [PR C++/59930] template friend classes & default args new 672bc44d54f * tree-core.h (struct attribute_spec): Swap affects_type_i [...]
The 2 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 | 49 +++ gcc/ada/ChangeLog | 5 + gcc/ada/gcc-interface/utils.c | 74 ++--- gcc/attribs.c | 12 +- gcc/brig/ChangeLog | 5 + gcc/brig/brig-lang.c | 26 +- gcc/c-family/ChangeLog | 6 + gcc/c-family/c-attribs.c | 393 ++++++++++++------------- gcc/config/alpha/alpha.c | 8 +- gcc/config/arc/arc.c | 18 +- gcc/config/arm/arm.c | 50 ++-- gcc/config/avr/avr.c | 55 ++-- gcc/config/bfin/bfin.c | 48 +-- gcc/config/cr16/cr16.c | 8 +- gcc/config/darwin.h | 12 +- gcc/config/epiphany/epiphany.c | 18 +- gcc/config/h8300/h8300.c | 34 +-- gcc/config/i386/cygming.h | 8 +- gcc/config/i386/i386.c | 94 +++--- gcc/config/ia64/ia64.c | 20 +- gcc/config/m32c/m32c.c | 17 +- gcc/config/m32r/m32r.c | 12 +- gcc/config/m68k/m68k.c | 18 +- gcc/config/mcore/mcore.c | 14 +- gcc/config/microblaze/microblaze.c | 19 +- gcc/config/mips/mips.c | 36 +-- gcc/config/msp430/msp430.c | 30 +- gcc/config/nds32/nds32.c | 28 +- gcc/config/nvptx/nvptx.c | 10 +- gcc/config/powerpcspe/powerpcspe.c | 26 +- gcc/config/rl78/rl78.c | 22 +- gcc/config/rs6000/rs6000.c | 26 +- gcc/config/rx/rx.c | 22 +- gcc/config/s390/s390.c | 10 +- gcc/config/sh/sh.c | 38 +-- gcc/config/sol2.h | 4 +- gcc/config/sparc/sparc.c | 6 +- gcc/config/spu/spu.c | 14 +- gcc/config/stormy16/stormy16.c | 18 +- gcc/config/v850/v850.c | 32 +- gcc/config/visium/visium.c | 10 +- gcc/cp/ChangeLog | 19 +- gcc/cp/decl.c | 40 +-- gcc/cp/friend.c | 15 +- gcc/cp/pt.c | 20 +- gcc/cp/tree.c | 28 +- gcc/doc/plugins.texi | 2 +- gcc/fortran/ChangeLog | 5 + gcc/fortran/f95-lang.c | 18 +- gcc/lto/ChangeLog | 5 + gcc/lto/lto-lang.c | 80 ++--- gcc/testsuite/ChangeLog | 12 + gcc/testsuite/g++.dg/cpp0x/temp_default4.C | 4 +- gcc/testsuite/g++.dg/plugin/attribute_plugin.c | 2 +- gcc/testsuite/g++.old-deja/g++.pt/friend23.C | 11 +- gcc/testsuite/g++.old-deja/g++.pt/friend24.C | 18 -- gcc/tree-core.h | 4 +- 57 files changed, 852 insertions(+), 786 deletions(-) delete mode 100644 gcc/testsuite/g++.old-deja/g++.pt/friend24.C