This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0b90da66f5f PR target/88188 * config/rs6000/rs6000.c (print_operand) [...] new c94fccdf42e PR preprocessor/83173: Additional check before decrementing [...] new 81affb1d35c compiler: import inlinable functions from package data new 4249dcb9095 PR preprocessor/83173: New test new ff81848a8eb MIPS: Add `-mfix-r5900' option for the R5900 short loop erratum
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 | 10 + gcc/config/mips/mips.c | 14 +- gcc/config/mips/mips.h | 1 + gcc/config/mips/mips.opt | 4 + gcc/doc/invoke.texi | 14 +- gcc/go/ChangeLog | 5 + gcc/go/go-gcc.cc | 5 + gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/backend.h | 7 + gcc/go/gofrontend/expressions.cc | 9 + gcc/go/gofrontend/go.cc | 6 +- gcc/go/gofrontend/gogo.cc | 323 +++++++++++++++++++-- gcc/go/gofrontend/gogo.h | 84 +++++- gcc/go/gofrontend/import.cc | 17 +- gcc/go/gofrontend/import.h | 71 +++++ gcc/go/gofrontend/statements.cc | 8 + gcc/go/gofrontend/statements.h | 4 + gcc/go/gofrontend/types.cc | 4 +- gcc/testsuite/ChangeLog | 14 + .../plugin/location-overflow-test-pr83173-1.h | 2 + .../plugin/location-overflow-test-pr83173-2.h | 2 + .../gcc.dg/plugin/location-overflow-test-pr83173.c | 21 ++ .../gcc.dg/plugin/location-overflow-test-pr83173.h | 2 + .../gcc.dg/plugin/location_overflow_plugin.c | 13 +- gcc/testsuite/gcc.dg/plugin/plugin.exp | 3 +- libcpp/ChangeLog | 7 + libcpp/files.c | 32 +- 27 files changed, 631 insertions(+), 53 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr83173-1.h create mode 100644 gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr83173-2.h create mode 100644 gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr83173.c create mode 100644 gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr83173.h