This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9164caf25cb PR fortran/96711 - ICE with NINT() for integer(16) result new a995c40d03e Daily bump. new fff56ce4384 ubsan: d-demangle.c:214 signed integer overflow new 213200a27d7 Fix description of FINDLOC result. new cd2d3822ca0 MSP430: Use enums to handle -mcpu= values
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 | 109 +++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/common/config/msp430/msp430-common.c | 26 +----- gcc/config/msp430/msp430-opts.h | 12 +++ gcc/config/msp430/msp430.c | 21 ++--- gcc/config/msp430/msp430.opt | 23 ++++- gcc/fortran/ChangeLog | 21 +++++ gcc/fortran/intrinsic.texi | 3 +- gcc/testsuite/ChangeLog | 50 +++++++++++ gcc/testsuite/gcc.target/msp430/mcpu-is-430.c | 10 +++ gcc/testsuite/gcc.target/msp430/mcpu-is-430x.c | 12 +++ gcc/testsuite/gcc.target/msp430/mcpu-is-430xv2.c | 13 +++ libatomic/ChangeLog | 4 + libcpp/ChangeLog | 5 ++ libiberty/d-demangle.c | 106 ++++++++++++---------- libiberty/testsuite/d-demangle-expected | 8 ++ libstdc++-v3/ChangeLog | 9 ++ 17 files changed, 350 insertions(+), 84 deletions(-) create mode 100644 gcc/testsuite/gcc.target/msp430/mcpu-is-430.c create mode 100644 gcc/testsuite/gcc.target/msp430/mcpu-is-430x.c create mode 100644 gcc/testsuite/gcc.target/msp430/mcpu-is-430xv2.c