This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/modula-2 in repository gcc.
from 51bc4b81567 PR-104065 Modula-2 front end changes to build with CXX. new dce2ffd5100 Modula-2 bootstrap type equivalence shortcircuit bugfix.
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/mc-boot/GCmdArgs.c | 6 +- gcc/m2/mc-boot/GDynamicStrings.c | 176 ++-- gcc/m2/mc-boot/GFIO.c | 70 +- gcc/m2/mc-boot/GFormatStrings.c | 134 +-- gcc/m2/mc-boot/GFpuIO.c | 20 +- gcc/m2/mc-boot/GIO.c | 48 +- gcc/m2/mc-boot/GIndexing.c | 8 +- gcc/m2/mc-boot/GM2EXCEPTION.c | 6 +- gcc/m2/mc-boot/GM2RTS.c | 4 +- gcc/m2/mc-boot/GNumberIO.c | 34 +- gcc/m2/mc-boot/GPushBackInput.c | 12 +- gcc/m2/mc-boot/GRTExceptions.c | 26 +- gcc/m2/mc-boot/GRTint.c | 66 +- gcc/m2/mc-boot/GSArgs.c | 2 +- gcc/m2/mc-boot/GSFIO.c | 14 +- gcc/m2/mc-boot/GStorage.c | 2 +- gcc/m2/mc-boot/GStrCase.c | 8 +- gcc/m2/mc-boot/GStrIO.c | 2 +- gcc/m2/mc-boot/GStrLib.c | 18 +- gcc/m2/mc-boot/GStringConvert.c | 320 +++--- gcc/m2/mc-boot/GSysStorage.c | 6 +- gcc/m2/mc-boot/Galists.c | 10 +- gcc/m2/mc-boot/Gdecl.c | 2159 +++++++++++++++++++------------------- gcc/m2/mc-boot/Gkeyc.c | 32 +- gcc/m2/mc-boot/Glists.c | 10 +- gcc/m2/mc-boot/GmcComment.c | 22 +- gcc/m2/mc-boot/GmcComp.c | 36 +- gcc/m2/mc-boot/GmcError.c | 116 +- gcc/m2/mc-boot/GmcFileName.c | 14 +- gcc/m2/mc-boot/GmcLexBuf.c | 82 +- gcc/m2/mc-boot/GmcMetaError.c | 216 ++-- gcc/m2/mc-boot/GmcOptions.c | 62 +- gcc/m2/mc-boot/GmcPreprocess.c | 16 +- gcc/m2/mc-boot/GmcPretty.c | 12 +- gcc/m2/mc-boot/GmcPrintf.c | 86 +- gcc/m2/mc-boot/GmcSearch.c | 66 +- gcc/m2/mc-boot/GmcStack.c | 12 +- gcc/m2/mc-boot/GmcStream.c | 22 +- gcc/m2/mc-boot/Gmcp1.c | 404 +++---- gcc/m2/mc-boot/Gmcp2.c | 412 ++++---- gcc/m2/mc-boot/Gmcp3.c | 572 +++++----- gcc/m2/mc-boot/Gmcp4.c | 498 ++++----- gcc/m2/mc-boot/Gmcp5.c | 638 +++++------ gcc/m2/mc-boot/GnameKey.c | 14 +- gcc/m2/mc-boot/GsymbolKey.c | 4 +- gcc/m2/mc-boot/Gvarargs.c | 30 +- gcc/m2/mc-boot/Gwlists.c | 10 +- gcc/m2/mc/decl.mod | 4 +- 48 files changed, 3271 insertions(+), 3270 deletions(-)