This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2c3133a09ce PR c/81854 * src/c++98/complex_io.cc (_GLIBCXX_LDBL_COMPA [...] new 579d67ba429 Turn CONSTANT_ALIGNMENT into a hook
The 1 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 | 128 +++++++++++++++++++++++++++++++++++++ gcc/builtins.c | 4 +- gcc/config/aarch64/aarch64.c | 16 ++++- gcc/config/aarch64/aarch64.h | 8 --- gcc/config/alpha/alpha.h | 1 - gcc/config/arc/arc.c | 3 + gcc/config/arc/arc.h | 7 -- gcc/config/arm/arm.c | 16 +++++ gcc/config/arm/arm.h | 9 --- gcc/config/bfin/bfin.c | 3 + gcc/config/bfin/bfin.h | 5 -- gcc/config/cr16/cr16.c | 3 + gcc/config/cr16/cr16.h | 5 -- gcc/config/cris/cris.c | 21 ++++++ gcc/config/cris/cris.h | 11 ---- gcc/config/epiphany/epiphany.c | 14 ++++ gcc/config/epiphany/epiphany.h | 6 -- gcc/config/fr30/fr30.c | 3 + gcc/config/fr30/fr30.h | 4 -- gcc/config/frv/frv.c | 2 + gcc/config/frv/frv.h | 14 ---- gcc/config/ft32/ft32.c | 3 + gcc/config/ft32/ft32.h | 6 -- gcc/config/i386/i386-protos.h | 1 - gcc/config/i386/i386.c | 13 ++-- gcc/config/i386/i386.h | 14 ---- gcc/config/ia64/ia64.c | 3 + gcc/config/ia64/ia64.h | 9 --- gcc/config/iq2000/iq2000.c | 14 ++++ gcc/config/iq2000/iq2000.h | 4 -- gcc/config/lm32/lm32.c | 3 + gcc/config/lm32/lm32.h | 5 -- gcc/config/m32r/m32r.c | 3 + gcc/config/m32r/m32r.h | 6 -- gcc/config/mcore/mcore.c | 3 + gcc/config/mcore/mcore.h | 6 -- gcc/config/microblaze/microblaze.c | 13 ++++ gcc/config/microblaze/microblaze.h | 6 -- gcc/config/mips/mips.c | 13 ++++ gcc/config/mips/mips.h | 16 ----- gcc/config/mmix/mmix-protos.h | 1 - gcc/config/mmix/mmix.c | 10 ++- gcc/config/mmix/mmix.h | 3 - gcc/config/moxie/moxie.c | 3 + gcc/config/moxie/moxie.h | 6 -- gcc/config/nios2/nios2.c | 3 + gcc/config/nios2/nios2.h | 4 -- gcc/config/pa/pa.c | 3 + gcc/config/pa/pa.h | 5 -- gcc/config/powerpcspe/powerpcspe.c | 14 ++++ gcc/config/powerpcspe/powerpcspe.h | 8 --- gcc/config/riscv/riscv.c | 14 ++++ gcc/config/riscv/riscv.h | 16 ----- gcc/config/rs6000/rs6000.c | 14 ++++ gcc/config/rs6000/rs6000.h | 8 --- gcc/config/s390/s390.c | 12 ++++ gcc/config/s390/s390.h | 1 - gcc/config/sh/sh.c | 3 + gcc/config/sh/sh.h | 6 -- gcc/config/sparc/sparc.c | 14 ++++ gcc/config/sparc/sparc.h | 6 -- gcc/config/spu/spu.c | 17 ++++- gcc/config/spu/spu.h | 1 - gcc/config/stormy16/stormy16.c | 3 + gcc/config/stormy16/stormy16.h | 4 -- gcc/config/tilegx/tilegx.c | 3 + gcc/config/tilegx/tilegx.h | 7 -- gcc/config/tilepro/tilepro.c | 3 + gcc/config/tilepro/tilepro.h | 7 -- gcc/config/visium/visium.c | 13 ++++ gcc/config/visium/visium.h | 10 --- gcc/config/xtensa/xtensa.c | 19 ++++++ gcc/config/xtensa/xtensa.h | 11 ---- gcc/defaults.h | 4 -- gcc/doc/tm.texi | 19 +++--- gcc/doc/tm.texi.in | 14 +--- gcc/system.h | 2 +- gcc/target.def | 15 +++++ gcc/targhooks.c | 19 ++++++ gcc/targhooks.h | 3 + gcc/varasm.c | 16 ++--- 81 files changed, 470 insertions(+), 298 deletions(-)