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 59ad15abea8 Merge branch 'master' into devel/modula-2. new 206c4f77604 Remove unused parameter warning via introducing attribute unused.
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/gm2-compiler/M2AsmUtil.mod | 15 --- gcc/m2/gm2-compiler/M2GCCDeclare.mod | 24 ++-- gcc/m2/gm2-compiler/M2GenGCC.mod | 16 ++- gcc/m2/gm2-compiler/M2LexBuf.mod | 3 - gcc/m2/gm2-compiler/M2Options.def | 12 +- gcc/m2/gm2-compiler/M2Options.mod | 17 ++- gcc/m2/gm2-compiler/M2Range.mod | 2 +- gcc/m2/gm2-compiler/P0SyntaxCheck.bnf | 6 +- gcc/m2/gm2-compiler/P1Build.bnf | 26 +---- gcc/m2/gm2-compiler/P2Build.bnf | 65 +++++++++-- gcc/m2/gm2-compiler/P3Build.bnf | 6 +- gcc/m2/gm2-compiler/PCBuild.bnf | 6 +- gcc/m2/gm2-compiler/PHBuild.bnf | 6 +- gcc/m2/gm2-compiler/SymbolTable.mod | 20 ---- gcc/m2/gm2-gcc/m2decl.cc | 2 +- gcc/m2/gm2-gcc/m2decl.def | 2 +- gcc/m2/gm2-gcc/m2decl.h | 2 +- gcc/m2/gm2-lang.cc | 16 +-- gcc/m2/m2-tree.def | 2 +- gcc/m2/m2-tree.h | 2 +- gcc/m2/m2pp.cc | 212 +++++++++++++++++----------------- gcc/m2/m2pp.h | 2 + gcc/m2/mc-boot/GASCII.c | 4 +- gcc/m2/mc-boot/GArgs.c | 4 +- gcc/m2/mc-boot/GAssertion.c | 4 +- gcc/m2/mc-boot/GBreak.c | 4 +- gcc/m2/mc-boot/GCmdArgs.c | 4 +- gcc/m2/mc-boot/GDebug.c | 4 +- gcc/m2/mc-boot/GDynamicStrings.c | 4 +- gcc/m2/mc-boot/GEnvironment.c | 4 +- gcc/m2/mc-boot/GFIO.c | 4 +- gcc/m2/mc-boot/GFormatStrings.c | 4 +- gcc/m2/mc-boot/GFpuIO.c | 4 +- gcc/m2/mc-boot/GIO.c | 4 +- gcc/m2/mc-boot/GIndexing.c | 4 +- gcc/m2/mc-boot/GM2Dependent.c | 4 +- gcc/m2/mc-boot/GM2EXCEPTION.c | 4 +- gcc/m2/mc-boot/GM2RTS.c | 4 +- gcc/m2/mc-boot/GMemUtils.c | 4 +- gcc/m2/mc-boot/GNumberIO.c | 4 +- gcc/m2/mc-boot/GPushBackInput.c | 4 +- gcc/m2/mc-boot/GRTExceptions.c | 4 +- gcc/m2/mc-boot/GRTint.c | 4 +- gcc/m2/mc-boot/GSArgs.c | 4 +- gcc/m2/mc-boot/GSFIO.c | 4 +- gcc/m2/mc-boot/GStdIO.c | 4 +- gcc/m2/mc-boot/GStorage.c | 4 +- gcc/m2/mc-boot/GStrCase.c | 4 +- gcc/m2/mc-boot/GStrIO.c | 4 +- gcc/m2/mc-boot/GStrLib.c | 4 +- gcc/m2/mc-boot/GStringConvert.c | 4 +- gcc/m2/mc-boot/GSysStorage.c | 4 +- gcc/m2/mc-boot/GTimeString.c | 4 +- gcc/m2/mc-boot/Galists.c | 4 +- gcc/m2/mc-boot/Gdecl.c | 119 ++++++++++++------- gcc/m2/mc-boot/Gdecl.h | 8 +- gcc/m2/mc-boot/Gkeyc.c | 4 +- gcc/m2/mc-boot/Glists.c | 4 +- gcc/m2/mc-boot/GmcComment.c | 4 +- gcc/m2/mc-boot/GmcComp.c | 4 +- gcc/m2/mc-boot/GmcDebug.c | 4 +- gcc/m2/mc-boot/GmcError.c | 4 +- gcc/m2/mc-boot/GmcFileName.c | 4 +- gcc/m2/mc-boot/GmcLexBuf.c | 4 +- gcc/m2/mc-boot/GmcMetaError.c | 4 +- gcc/m2/mc-boot/GmcOptions.c | 4 +- gcc/m2/mc-boot/GmcPreprocess.c | 4 +- gcc/m2/mc-boot/GmcPretty.c | 4 +- gcc/m2/mc-boot/GmcPrintf.c | 4 +- gcc/m2/mc-boot/GmcQuiet.c | 4 +- gcc/m2/mc-boot/GmcReserved.c | 4 +- gcc/m2/mc-boot/GmcSearch.c | 4 +- gcc/m2/mc-boot/GmcStack.c | 4 +- gcc/m2/mc-boot/GmcStream.c | 4 +- gcc/m2/mc-boot/Gmcp1.c | 55 +++++++-- gcc/m2/mc-boot/Gmcp2.c | 55 +++++++-- gcc/m2/mc-boot/Gmcp3.c | 145 ++++++++++++++++++++--- gcc/m2/mc-boot/Gmcp4.c | 49 +++++++- gcc/m2/mc-boot/Gmcp5.c | 55 +++++++-- gcc/m2/mc-boot/GnameKey.c | 4 +- gcc/m2/mc-boot/GsymbolKey.c | 4 +- gcc/m2/mc-boot/Gtop.c | 4 +- gcc/m2/mc-boot/Gvarargs.c | 4 +- gcc/m2/mc-boot/Gwlists.c | 4 +- gcc/m2/mc/decl.def | 8 +- gcc/m2/mc/decl.mod | 97 +++++++++++----- gcc/m2/mc/mcp1.bnf | 6 +- gcc/m2/mc/mcp2.bnf | 6 +- gcc/m2/mc/mcp3.bnf | 52 +++++++-- gcc/m2/mc/mcp4.bnf | 6 +- gcc/m2/mc/mcp5.bnf | 6 +- gcc/m2/tools-src/mklink.c | 14 +-- 92 files changed, 885 insertions(+), 480 deletions(-)