This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d8970909490 Fortran: Extend cylic type detection for deallocate [PR116669] new 1ea6fef426e [PR modula2/118010, modula2/118183] Unable to rebuild the b [...]
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/doc/gm2.texi | 4 ++ gcc/m2/gm2-compiler/M2GCCDeclare.mod | 5 ++- gcc/m2/gm2-compiler/M2GenGCC.mod | 2 +- gcc/m2/gm2-compiler/M2Options.def | 14 ++++++ gcc/m2/gm2-compiler/M2Options.mod | 28 +++++++++++- gcc/m2/gm2-compiler/M2System.def | 2 + gcc/m2/gm2-compiler/M2System.mod | 6 ++- gcc/m2/gm2-compiler/P1SymBuild.mod | 3 +- gcc/m2/gm2-compiler/P2SymBuild.mod | 7 +-- gcc/m2/gm2-compiler/SymbolTable.mod | 3 +- gcc/m2/gm2-gcc/gcctypes.def | 4 +- gcc/m2/gm2-gcc/m2linemap.cc | 1 + gcc/m2/gm2-gcc/m2options.h | 2 + gcc/m2/gm2-gcc/m2type.cc | 23 ++++++++-- gcc/m2/gm2-gcc/m2type.def | 11 ++++- gcc/m2/gm2-gcc/m2type.h | 2 +- gcc/m2/gm2-lang.cc | 10 +++++ gcc/m2/gm2-libs-coroutines/SYSTEM.def | 2 +- gcc/m2/gm2-libs-iso/SYSTEM.def | 2 +- gcc/m2/gm2-libs-min/SYSTEM.def | 2 +- gcc/m2/gm2-libs/SYSTEM.def | 2 +- gcc/m2/gm2-libs/libc.def | 4 +- gcc/m2/lang.opt | 4 ++ gcc/m2/mc-boot-ch/Glibc.c | 2 +- gcc/m2/mc-boot/GASCII.cc | 1 + gcc/m2/mc-boot/GASCII.h | 1 + gcc/m2/mc-boot/GArgs.cc | 1 + gcc/m2/mc-boot/GArgs.h | 1 + gcc/m2/mc-boot/GAssertion.cc | 1 + gcc/m2/mc-boot/GAssertion.h | 1 + gcc/m2/mc-boot/GBreak.cc | 1 + gcc/m2/mc-boot/GBreak.h | 1 + gcc/m2/mc-boot/GCOROUTINES.h | 1 + gcc/m2/mc-boot/GCmdArgs.cc | 1 + gcc/m2/mc-boot/GCmdArgs.h | 1 + gcc/m2/mc-boot/GDebug.cc | 1 + gcc/m2/mc-boot/GDebug.h | 1 + gcc/m2/mc-boot/GDynamicStrings.cc | 1 + gcc/m2/mc-boot/GDynamicStrings.h | 1 + gcc/m2/mc-boot/GEnvironment.cc | 1 + gcc/m2/mc-boot/GEnvironment.h | 1 + gcc/m2/mc-boot/GFIO.cc | 1 + gcc/m2/mc-boot/GFIO.h | 1 + gcc/m2/mc-boot/GFormatStrings.cc | 1 + gcc/m2/mc-boot/GFormatStrings.h | 1 + gcc/m2/mc-boot/GFpuIO.cc | 1 + gcc/m2/mc-boot/GFpuIO.h | 1 + gcc/m2/mc-boot/GIO.cc | 1 + gcc/m2/mc-boot/GIO.h | 1 + gcc/m2/mc-boot/GIndexing.cc | 1 + gcc/m2/mc-boot/GIndexing.h | 1 + gcc/m2/mc-boot/GM2Dependent.cc | 1 + gcc/m2/mc-boot/GM2Dependent.h | 1 + gcc/m2/mc-boot/GM2EXCEPTION.cc | 1 + gcc/m2/mc-boot/GM2EXCEPTION.h | 1 + gcc/m2/mc-boot/GM2RTS.cc | 3 ++ gcc/m2/mc-boot/GM2RTS.h | 1 + gcc/m2/mc-boot/GMemUtils.cc | 1 + gcc/m2/mc-boot/GMemUtils.h | 1 + gcc/m2/mc-boot/GNumberIO.cc | 1 + gcc/m2/mc-boot/GNumberIO.h | 1 + gcc/m2/mc-boot/GPushBackInput.cc | 1 + gcc/m2/mc-boot/GPushBackInput.h | 1 + gcc/m2/mc-boot/GRTExceptions.cc | 1 + gcc/m2/mc-boot/GRTExceptions.h | 1 + gcc/m2/mc-boot/GRTco.h | 1 + gcc/m2/mc-boot/GRTentity.h | 1 + gcc/m2/mc-boot/GRTint.cc | 1 + gcc/m2/mc-boot/GRTint.h | 1 + gcc/m2/mc-boot/GSArgs.cc | 1 + gcc/m2/mc-boot/GSArgs.h | 1 + gcc/m2/mc-boot/GSFIO.cc | 1 + gcc/m2/mc-boot/GSFIO.h | 1 + gcc/m2/mc-boot/GSYSTEM.h | 1 + gcc/m2/mc-boot/GSelective.h | 1 + gcc/m2/mc-boot/GStdIO.cc | 1 + gcc/m2/mc-boot/GStdIO.h | 1 + gcc/m2/mc-boot/GStorage.cc | 1 + gcc/m2/mc-boot/GStorage.h | 1 + gcc/m2/mc-boot/GStrCase.cc | 1 + gcc/m2/mc-boot/GStrCase.h | 1 + gcc/m2/mc-boot/GStrIO.cc | 1 + gcc/m2/mc-boot/GStrIO.h | 1 + gcc/m2/mc-boot/GStrLib.cc | 1 + gcc/m2/mc-boot/GStrLib.h | 1 + gcc/m2/mc-boot/GStringConvert.cc | 1 + gcc/m2/mc-boot/GStringConvert.h | 1 + gcc/m2/mc-boot/GSysExceptions.h | 1 + gcc/m2/mc-boot/GSysStorage.cc | 1 + gcc/m2/mc-boot/GSysStorage.h | 1 + gcc/m2/mc-boot/GTimeString.cc | 1 + gcc/m2/mc-boot/GTimeString.h | 1 + gcc/m2/mc-boot/GUnixArgs.h | 1 + gcc/m2/mc-boot/Galists.cc | 1 + gcc/m2/mc-boot/Galists.h | 1 + gcc/m2/mc-boot/Gdecl.cc | 84 +++++++++++++++++++++++++++-------- gcc/m2/mc-boot/Gdecl.h | 1 + gcc/m2/mc-boot/Gdtoa.h | 1 + gcc/m2/mc-boot/Gerrno.h | 1 + gcc/m2/mc-boot/Gkeyc.cc | 2 + gcc/m2/mc-boot/Gkeyc.h | 1 + gcc/m2/mc-boot/Gldtoa.h | 1 + gcc/m2/mc-boot/Glibc.h | 1 + gcc/m2/mc-boot/Glibm.h | 1 + gcc/m2/mc-boot/Glists.cc | 1 + gcc/m2/mc-boot/Glists.h | 1 + gcc/m2/mc-boot/GmcComment.cc | 1 + gcc/m2/mc-boot/GmcComment.h | 1 + gcc/m2/mc-boot/GmcComp.cc | 1 + gcc/m2/mc-boot/GmcComp.h | 1 + gcc/m2/mc-boot/GmcDebug.cc | 1 + gcc/m2/mc-boot/GmcDebug.h | 1 + gcc/m2/mc-boot/GmcError.cc | 1 + gcc/m2/mc-boot/GmcError.h | 1 + gcc/m2/mc-boot/GmcFileName.cc | 1 + gcc/m2/mc-boot/GmcFileName.h | 1 + gcc/m2/mc-boot/GmcLexBuf.cc | 1 + gcc/m2/mc-boot/GmcLexBuf.h | 1 + gcc/m2/mc-boot/GmcMetaError.cc | 1 + gcc/m2/mc-boot/GmcMetaError.h | 1 + gcc/m2/mc-boot/GmcOptions.cc | 1 + gcc/m2/mc-boot/GmcOptions.h | 1 + gcc/m2/mc-boot/GmcPreprocess.cc | 1 + gcc/m2/mc-boot/GmcPreprocess.h | 1 + gcc/m2/mc-boot/GmcPretty.cc | 1 + gcc/m2/mc-boot/GmcPretty.h | 1 + gcc/m2/mc-boot/GmcPrintf.cc | 1 + gcc/m2/mc-boot/GmcPrintf.h | 1 + gcc/m2/mc-boot/GmcQuiet.cc | 1 + gcc/m2/mc-boot/GmcQuiet.h | 1 + gcc/m2/mc-boot/GmcReserved.cc | 1 + gcc/m2/mc-boot/GmcReserved.h | 1 + gcc/m2/mc-boot/GmcSearch.cc | 1 + gcc/m2/mc-boot/GmcSearch.h | 1 + gcc/m2/mc-boot/GmcStack.cc | 1 + gcc/m2/mc-boot/GmcStack.h | 1 + gcc/m2/mc-boot/GmcStream.cc | 1 + gcc/m2/mc-boot/GmcStream.h | 1 + gcc/m2/mc-boot/Gmcflex.h | 1 + gcc/m2/mc-boot/Gmcp1.cc | 1 + gcc/m2/mc-boot/Gmcp1.h | 1 + gcc/m2/mc-boot/Gmcp2.cc | 1 + gcc/m2/mc-boot/Gmcp2.h | 1 + gcc/m2/mc-boot/Gmcp3.cc | 1 + gcc/m2/mc-boot/Gmcp3.h | 1 + gcc/m2/mc-boot/Gmcp4.cc | 1 + gcc/m2/mc-boot/Gmcp4.h | 1 + gcc/m2/mc-boot/Gmcp5.cc | 1 + gcc/m2/mc-boot/Gmcp5.h | 1 + gcc/m2/mc-boot/GnameKey.cc | 1 + gcc/m2/mc-boot/GnameKey.h | 1 + gcc/m2/mc-boot/GsymbolKey.cc | 1 + gcc/m2/mc-boot/GsymbolKey.h | 1 + gcc/m2/mc-boot/Gtermios.h | 1 + gcc/m2/mc-boot/Gtop.cc | 1 + gcc/m2/mc-boot/Gvarargs.cc | 1 + gcc/m2/mc-boot/Gvarargs.h | 1 + gcc/m2/mc-boot/Gwlists.cc | 1 + gcc/m2/mc-boot/Gwlists.h | 1 + gcc/m2/mc-boot/Gwrapc.h | 1 + gcc/m2/mc/decl.mod | 83 +++++++++++++++++++++++----------- gcc/m2/mc/keyc.mod | 20 --------- gcc/m2/pge-boot/GIndexing.h | 1 + gcc/m2/pge-boot/GSEnvironment.h | 1 + gcc/m2/pge-boot/GScan.h | 1 + gcc/m2/pge-boot/Glibc.h | 2 +- 166 files changed, 383 insertions(+), 92 deletions(-)