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 77bed201663 Missing patch for hwint.h, removal of the __cplusplus guard. new 51bc4b81567 PR-104065 Modula-2 front end changes to build with CXX.
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 | 166 +- gcc/m2/gm2-ici/m2linemap.c | 8 + gcc/m2/gm2-libs-ch/README | 6 +- gcc/m2/gm2-libs-ch/RTcodummy.c | 10 + gcc/m2/gm2-libs-ch/RTintdummy.c | 7 + gcc/m2/gm2-libs-ch/Selective.c | 19 +- gcc/m2/gm2-libs-ch/SysExceptions.c | 21 +- gcc/m2/gm2-libs-ch/UnixArgs.c | 8 + gcc/m2/gm2-libs-ch/cgetopt.c | 10 + gcc/m2/gm2-libs-ch/choosetemp.c | 7 + gcc/m2/gm2-libs-ch/dtoa.c | 13 +- gcc/m2/gm2-libs-ch/errno.c | 8 + gcc/m2/gm2-libs-ch/host.c | 8 + gcc/m2/gm2-libs-ch/ldtoa.c | 12 +- gcc/m2/gm2-libs-ch/termios.c | 8 + gcc/m2/gm2-libs-ch/tools.c | 3 +- gcc/m2/gm2-libs-ch/wrapc.c | 10 +- gcc/m2/gm2-libs-ch/xlibc.c | 8 + gcc/m2/mc-boot-ch/GBuiltins.c | 9 + gcc/m2/mc-boot-ch/GRTco.c | 17 + gcc/m2/mc-boot-ch/GSYSTEM.c | 8 + gcc/m2/mc-boot-ch/GSelective.c | 34 + gcc/m2/mc-boot-ch/GSysExceptions.c | 10 + gcc/m2/mc-boot-ch/GUnixArgs.c | 9 + .../{gm2-ici/m2linemap.c => mc-boot-ch/Gabort.c} | 8 +- gcc/m2/mc-boot-ch/Gdtoa.c | 16 +- gcc/m2/mc-boot-ch/Gerrno.c | 8 + gcc/m2/mc-boot-ch/Gldtoa.c | 12 +- gcc/m2/mc-boot-ch/Glibc.c | 33 +- gcc/m2/mc-boot-ch/Gmcrts.c | 15 +- gcc/m2/mc-boot-ch/Gtermios.c | 90 +- gcc/m2/mc-boot-ch/Gwrapc.c | 6 +- gcc/m2/mc-boot/GASCII.c | 4 +- gcc/m2/mc-boot/GASCII.h | 4 +- gcc/m2/mc-boot/GArgs.c | 28 +- gcc/m2/mc-boot/GArgs.h | 4 +- gcc/m2/mc-boot/GAssertion.c | 10 +- gcc/m2/mc-boot/GAssertion.h | 4 +- gcc/m2/mc-boot/GBreak.c | 4 +- gcc/m2/mc-boot/GBreak.h | 4 +- gcc/m2/mc-boot/GCOROUTINES.h | 4 +- gcc/m2/mc-boot/GCmdArgs.c | 54 +- gcc/m2/mc-boot/GCmdArgs.h | 8 +- gcc/m2/mc-boot/GDebug.c | 26 +- gcc/m2/mc-boot/GDebug.h | 8 +- gcc/m2/mc-boot/GDynamicStrings.c | 562 +- gcc/m2/mc-boot/GDynamicStrings.h | 20 +- gcc/m2/mc-boot/GEnvironment.c | 16 +- gcc/m2/mc-boot/GEnvironment.h | 6 +- gcc/m2/mc-boot/GFIO.c | 610 +- gcc/m2/mc-boot/GFIO.h | 14 +- gcc/m2/mc-boot/GFormatStrings.c | 208 +- gcc/m2/mc-boot/GFormatStrings.h | 12 +- gcc/m2/mc-boot/GFpuIO.c | 86 +- gcc/m2/mc-boot/GFpuIO.h | 10 +- gcc/m2/mc-boot/GIO.c | 140 +- gcc/m2/mc-boot/GIO.h | 4 +- gcc/m2/mc-boot/GIndexing.c | 106 +- gcc/m2/mc-boot/GIndexing.h | 6 +- gcc/m2/mc-boot/GM2EXCEPTION.c | 20 +- gcc/m2/mc-boot/GM2EXCEPTION.h | 4 +- gcc/m2/mc-boot/GM2RTS.c | 180 +- gcc/m2/mc-boot/GM2RTS.h | 10 +- gcc/m2/mc-boot/GMemUtils.c | 52 +- gcc/m2/mc-boot/GMemUtils.h | 4 +- gcc/m2/mc-boot/GNumberIO.c | 234 +- gcc/m2/mc-boot/GNumberIO.h | 20 +- gcc/m2/mc-boot/GPushBackInput.c | 124 +- gcc/m2/mc-boot/GPushBackInput.h | 12 +- gcc/m2/mc-boot/GRTExceptions.c | 168 +- gcc/m2/mc-boot/GRTExceptions.h | 4 +- gcc/m2/mc-boot/GRTco.h | 4 +- gcc/m2/mc-boot/GRTint.c | 190 +- gcc/m2/mc-boot/GRTint.h | 4 +- gcc/m2/mc-boot/GSArgs.c | 18 +- gcc/m2/mc-boot/GSArgs.h | 4 +- gcc/m2/mc-boot/GSFIO.c | 42 +- gcc/m2/mc-boot/GSFIO.h | 4 +- gcc/m2/mc-boot/GSYSTEM.h | 4 +- gcc/m2/mc-boot/GSelective.h | 4 +- gcc/m2/mc-boot/GStdIO.c | 40 +- gcc/m2/mc-boot/GStdIO.h | 4 +- gcc/m2/mc-boot/GStorage.c | 22 +- gcc/m2/mc-boot/GStorage.h | 4 +- gcc/m2/mc-boot/GStrCase.c | 32 +- gcc/m2/mc-boot/GStrCase.h | 8 +- gcc/m2/mc-boot/GStrIO.c | 22 +- gcc/m2/mc-boot/GStrIO.h | 6 +- gcc/m2/mc-boot/GStrLib.c | 70 +- gcc/m2/mc-boot/GStrLib.h | 18 +- gcc/m2/mc-boot/GStringConvert.c | 534 +- gcc/m2/mc-boot/GStringConvert.h | 4 +- gcc/m2/mc-boot/GSysExceptions.h | 4 +- gcc/m2/mc-boot/GSysStorage.c | 72 +- gcc/m2/mc-boot/GSysStorage.h | 4 +- gcc/m2/mc-boot/GTimeString.c | 16 +- gcc/m2/mc-boot/GTimeString.h | 4 +- gcc/m2/mc-boot/GUnixArgs.h | 4 +- gcc/m2/mc-boot/Galists.c | 84 +- gcc/m2/mc-boot/Galists.h | 6 +- gcc/m2/mc-boot/Gdecl.c | 6527 ++++++++++---------- gcc/m2/mc-boot/Gdecl.h | 8 +- gcc/m2/mc-boot/Gdtoa.h | 4 +- gcc/m2/mc-boot/Gerrno.h | 4 +- gcc/m2/mc-boot/Gkeyc.c | 444 +- gcc/m2/mc-boot/Gkeyc.h | 13 +- gcc/m2/mc-boot/Gldtoa.h | 4 +- gcc/m2/mc-boot/Glibc.h | 8 +- gcc/m2/mc-boot/Glibm.h | 4 +- gcc/m2/mc-boot/Glists.c | 84 +- gcc/m2/mc-boot/Glists.h | 6 +- gcc/m2/mc-boot/GmcComment.c | 98 +- gcc/m2/mc-boot/GmcComment.h | 6 +- gcc/m2/mc-boot/GmcComp.c | 100 +- gcc/m2/mc-boot/GmcComp.h | 6 +- gcc/m2/mc-boot/GmcDebug.c | 16 +- gcc/m2/mc-boot/GmcDebug.h | 8 +- gcc/m2/mc-boot/GmcError.c | 314 +- gcc/m2/mc-boot/GmcError.h | 30 +- gcc/m2/mc-boot/GmcFileName.c | 36 +- gcc/m2/mc-boot/GmcFileName.h | 6 +- gcc/m2/mc-boot/GmcLexBuf.c | 458 +- gcc/m2/mc-boot/GmcLexBuf.h | 6 +- gcc/m2/mc-boot/GmcMetaError.c | 400 +- gcc/m2/mc-boot/GmcMetaError.h | 54 +- gcc/m2/mc-boot/GmcOptions.c | 344 +- gcc/m2/mc-boot/GmcOptions.h | 6 +- gcc/m2/mc-boot/GmcPreprocess.c | 34 +- gcc/m2/mc-boot/GmcPreprocess.h | 6 +- gcc/m2/mc-boot/GmcPretty.c | 104 +- gcc/m2/mc-boot/GmcPretty.h | 8 +- gcc/m2/mc-boot/GmcPrintf.c | 170 +- gcc/m2/mc-boot/GmcPrintf.h | 26 +- gcc/m2/mc-boot/GmcQuiet.c | 34 +- gcc/m2/mc-boot/GmcQuiet.h | 16 +- gcc/m2/mc-boot/GmcReserved.c | 4 +- gcc/m2/mc-boot/GmcReserved.h | 6 +- gcc/m2/mc-boot/GmcSearch.c | 116 +- gcc/m2/mc-boot/GmcSearch.h | 6 +- gcc/m2/mc-boot/GmcStack.c | 48 +- gcc/m2/mc-boot/GmcStack.h | 6 +- gcc/m2/mc-boot/GmcStream.c | 44 +- gcc/m2/mc-boot/GmcStream.h | 6 +- gcc/m2/mc-boot/Gmcflex.h | 6 +- gcc/m2/mc-boot/Gmcp1.c | 1110 ++-- gcc/m2/mc-boot/Gmcp1.h | 6 +- gcc/m2/mc-boot/Gmcp2.c | 1148 ++-- gcc/m2/mc-boot/Gmcp2.h | 6 +- gcc/m2/mc-boot/Gmcp3.c | 1218 ++-- gcc/m2/mc-boot/Gmcp3.h | 6 +- gcc/m2/mc-boot/Gmcp4.c | 1178 ++-- gcc/m2/mc-boot/Gmcp4.h | 6 +- gcc/m2/mc-boot/Gmcp5.c | 1346 ++-- gcc/m2/mc-boot/Gmcp5.h | 6 +- gcc/m2/mc-boot/GnameKey.c | 100 +- gcc/m2/mc-boot/GnameKey.h | 10 +- gcc/m2/mc-boot/GsymbolKey.c | 58 +- gcc/m2/mc-boot/GsymbolKey.h | 6 +- gcc/m2/mc-boot/Gtermios.h | 4 +- gcc/m2/mc-boot/Gtop.c | 6 +- gcc/m2/mc-boot/Gvarargs.c | 184 +- gcc/m2/mc-boot/Gvarargs.h | 14 +- gcc/m2/mc-boot/Gwlists.c | 88 +- gcc/m2/mc-boot/Gwlists.h | 6 +- gcc/m2/mc-boot/Gwrapc.h | 4 +- gcc/m2/mc/decl.mod | 23 +- gcc/m2/mc/keyc.def | 8 + gcc/m2/mc/keyc.mod | 15 +- gcc/m2/mc/varargs.mod | 8 +- gcc/m2/tools-src/mklink.c | 18 +- 170 files changed, 10635 insertions(+), 10214 deletions(-) copy gcc/m2/{gm2-ici/m2linemap.c => mc-boot-ch/Gabort.c} (77%)