This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13 in repository gcc.
from 50fc6ce0cb8 PR modula2/108121 Re-implement overflow detection for const [...] new 542cba5b5d9 PR modula2/109675 implementation of writeAddress is non portable
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/m2/Make-lang.in | 2 - gcc/m2/Make-maintainer.in | 143 ++++++++-- gcc/m2/gm2-libs/DynamicStrings.mod | 9 +- gcc/m2/gm2-libs/M2Dependent.mod | 2 - gcc/m2/mc-boot/GDynamicStrings.cc | 29 +- gcc/m2/mc-boot/GFIO.cc | 2 - gcc/m2/mc-boot/GFormatStrings.cc | 2 - gcc/m2/mc-boot/GM2Dependent.cc | 85 +++--- gcc/m2/mc-boot/GM2Dependent.h | 2 +- gcc/m2/mc-boot/GM2LINK.h | 60 ---- gcc/m2/mc-boot/GM2RTS.cc | 6 +- gcc/m2/mc-boot/GM2RTS.h | 2 +- gcc/m2/mc-boot/GRTExceptions.cc | 1 - gcc/m2/mc-boot/GRTint.cc | 6 +- gcc/m2/mc-boot/GSFIO.cc | 1 - gcc/m2/mc-boot/GStringConvert.cc | 4 +- gcc/m2/mc-boot/Gdecl.cc | 2 +- gcc/m2/pge-boot/GASCII.cc | 1 + gcc/m2/pge-boot/GASCII.h | 1 + gcc/m2/pge-boot/GArgs.cc | 5 +- gcc/m2/pge-boot/GArgs.h | 3 +- gcc/m2/pge-boot/GAssertion.cc | 5 +- gcc/m2/pge-boot/GAssertion.h | 3 +- gcc/m2/pge-boot/GBreak.h | 1 + gcc/m2/pge-boot/GCmdArgs.h | 3 +- gcc/m2/pge-boot/GDebug.cc | 14 +- gcc/m2/pge-boot/GDebug.h | 5 +- gcc/m2/pge-boot/GDynamicStrings.cc | 150 +++++----- gcc/m2/pge-boot/GDynamicStrings.h | 15 +- gcc/m2/pge-boot/GEnvironment.h | 5 +- gcc/m2/pge-boot/GFIO.cc | 131 +++++---- gcc/m2/pge-boot/GFIO.h | 19 +- gcc/m2/pge-boot/GFormatStrings.h | 1 + gcc/m2/pge-boot/GFpuIO.h | 1 + gcc/m2/pge-boot/GIO.cc | 113 ++++---- gcc/m2/pge-boot/GIO.h | 9 +- gcc/m2/pge-boot/GIndexing.cc | 20 +- gcc/m2/pge-boot/GIndexing.h | 5 +- gcc/m2/pge-boot/GLists.cc | 15 +- gcc/m2/pge-boot/GLists.h | 3 +- gcc/m2/pge-boot/GM2Dependent.cc | 188 ++++++------ gcc/m2/pge-boot/GM2Dependent.h | 5 +- gcc/m2/pge-boot/GM2EXCEPTION.cc | 5 +- gcc/m2/pge-boot/GM2EXCEPTION.h | 3 +- gcc/m2/pge-boot/GM2LINK.cc | 27 -- gcc/m2/pge-boot/GM2LINK.h | 59 ---- gcc/m2/pge-boot/GM2RTS.cc | 51 ++-- gcc/m2/pge-boot/GM2RTS.h | 13 +- gcc/m2/pge-boot/GNameKey.cc | 17 +- gcc/m2/pge-boot/GNameKey.h | 5 +- gcc/m2/pge-boot/GNumberIO.cc | 81 +++--- gcc/m2/pge-boot/GNumberIO.h | 1 + gcc/m2/pge-boot/GOutput.cc | 15 +- gcc/m2/pge-boot/GOutput.h | 3 +- gcc/m2/pge-boot/GPushBackInput.cc | 15 +- gcc/m2/pge-boot/GPushBackInput.h | 3 +- gcc/m2/pge-boot/GRTExceptions.cc | 52 ++-- gcc/m2/pge-boot/GRTExceptions.h | 9 +- gcc/m2/pge-boot/GSArgs.h | 3 +- gcc/m2/pge-boot/GSEnvironment.h | 5 +- gcc/m2/pge-boot/GSFIO.cc | 10 +- gcc/m2/pge-boot/GSFIO.h | 5 +- gcc/m2/pge-boot/GSYSTEM.h | 1 + gcc/m2/pge-boot/GScan.h | 5 +- gcc/m2/pge-boot/GStdIO.cc | 1 + gcc/m2/pge-boot/GStdIO.h | 1 + gcc/m2/pge-boot/GStorage.cc | 5 +- gcc/m2/pge-boot/GStorage.h | 3 +- gcc/m2/pge-boot/GStrCase.cc | 1 + gcc/m2/pge-boot/GStrCase.h | 1 + gcc/m2/pge-boot/GStrIO.cc | 9 +- gcc/m2/pge-boot/GStrIO.h | 1 + gcc/m2/pge-boot/GStrLib.cc | 27 +- gcc/m2/pge-boot/GStrLib.h | 7 +- gcc/m2/pge-boot/GStringConvert.h | 25 +- gcc/m2/pge-boot/GSymbolKey.cc | 27 +- gcc/m2/pge-boot/GSymbolKey.h | 9 +- gcc/m2/pge-boot/GSysExceptions.h | 1 + gcc/m2/pge-boot/GSysStorage.cc | 29 +- gcc/m2/pge-boot/GSysStorage.h | 3 +- gcc/m2/pge-boot/GTimeString.h | 1 + gcc/m2/pge-boot/GUnixArgs.h | 1 + gcc/m2/pge-boot/Gbnflex.cc | 45 +-- gcc/m2/pge-boot/Gbnflex.h | 11 +- gcc/m2/pge-boot/Gdtoa.h | 5 +- gcc/m2/pge-boot/Gerrno.h | 1 + gcc/m2/pge-boot/Gldtoa.h | 5 +- gcc/m2/pge-boot/Glibc.h | 3 +- gcc/m2/pge-boot/Glibm.h | 1 + gcc/m2/pge-boot/Gpge.cc | 569 +++++++++++++++++++------------------ gcc/m2/pge-boot/Gtermios.h | 9 +- gcc/m2/pge-boot/Gwrapc.h | 1 + 92 files changed, 1137 insertions(+), 1132 deletions(-) delete mode 100644 gcc/m2/mc-boot/GM2LINK.h delete mode 100644 gcc/m2/pge-boot/GM2LINK.cc delete mode 100644 gcc/m2/pge-boot/GM2LINK.h