This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 88a2ded PR middle-end/78461 - [7 Regression] ICE: in operator+= new 069d39e [Patch 1/17] Add a new target hook for describing excess prec [...] new d8e7464 [Patch 2/17] Implement TARGET_C_EXCESS_PRECISION for i386 new 1de6065 [Patch 3/17] Implement TARGET_C_EXCESS_PRECISION for s390 new 41af789 [Patch 4/17] Implement TARGET_C_EXCESS_PRECISION for m68k
The 4 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 | 25 +++++++++++++++++++++++++ gcc/config/i386/i386.c | 40 ++++++++++++++++++++++++++++++++++++++++ gcc/config/m68k/m68k.c | 37 +++++++++++++++++++++++++++++++++++++ gcc/config/s390/s390.c | 40 ++++++++++++++++++++++++++++++++++++++++ gcc/coretypes.h | 18 ++++++++++++++++++ gcc/doc/tm.texi | 4 ++++ gcc/doc/tm.texi.in | 2 ++ gcc/target.def | 17 +++++++++++++++++ gcc/targhooks.c | 8 ++++++++ gcc/targhooks.h | 3 +++ 10 files changed, 194 insertions(+)