This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5c45dc1b978 Daily bump. new d1b241b9506 PR modula2/113749 m2 enabled build times out on i686-gnu-hurd
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 | 1 + gcc/m2/gm2-libs-ch/wrapc.c | 32 +++++++++ gcc/m2/gm2-libs/FIO.mod | 18 +++-- gcc/m2/gm2-libs/wrapc.def | 28 ++++++++ gcc/m2/mc-boot-ch/Glibc.c | 112 ++++++++++++++++++++++++++++-- gcc/m2/mc-boot-ch/Gwrapc.c | 32 +++++++++ gcc/m2/mc-boot/GDynamicStrings.cc | 32 ++++----- gcc/m2/mc-boot/GFIO.cc | 19 +++-- gcc/m2/mc-boot/GIndexing.cc | 6 +- gcc/m2/mc-boot/GM2Dependent.cc | 23 ++++++- gcc/m2/mc-boot/GM2EXCEPTION.cc | 4 +- gcc/m2/mc-boot/GPushBackInput.cc | 6 +- gcc/m2/mc-boot/GRTExceptions.cc | 34 ++++----- gcc/m2/mc-boot/GRTint.cc | 20 +++--- gcc/m2/mc-boot/GSArgs.cc | 6 +- gcc/m2/mc-boot/GStdIO.cc | 4 +- gcc/m2/mc-boot/GStringConvert.cc | 4 +- gcc/m2/mc-boot/GSysStorage.cc | 6 +- gcc/m2/mc-boot/Gdecl.cc | 138 +++++++++++++++++++------------------ gcc/m2/mc-boot/Gkeyc.cc | 2 +- gcc/m2/mc-boot/Glibc.h | 2 +- gcc/m2/mc-boot/GmcComment.cc | 2 +- gcc/m2/mc-boot/GmcComp.cc | 4 +- gcc/m2/mc-boot/GmcDebug.cc | 2 +- gcc/m2/mc-boot/GmcMetaError.cc | 8 +-- gcc/m2/mc-boot/GmcStack.cc | 4 +- gcc/m2/mc-boot/GmcStream.cc | 13 +++- gcc/m2/mc-boot/GnameKey.cc | 4 +- gcc/m2/mc-boot/GsymbolKey.cc | 6 +- gcc/m2/mc-boot/Gvarargs.cc | 3 +- gcc/m2/mc-boot/Gwrapc.h | 45 ++++++++++++ gcc/m2/mc/decl.mod | 1 + gcc/m2/mc/mcStream.mod | 16 +++-- gcc/m2/mc/varargs.mod | 3 +- gcc/m2/pge-boot/GDynamicStrings.cc | 67 +++++++++++++----- gcc/m2/pge-boot/GDynamicStrings.h | 7 ++ gcc/m2/pge-boot/GFIO.cc | 64 +++++++++-------- gcc/m2/pge-boot/GFIO.h | 4 +- gcc/m2/pge-boot/GIO.cc | 13 ++-- gcc/m2/pge-boot/GIndexing.cc | 6 +- gcc/m2/pge-boot/GM2Dependent.cc | 23 ++++++- gcc/m2/pge-boot/GM2EXCEPTION.cc | 4 +- gcc/m2/pge-boot/GNameKey.cc | 15 ++-- gcc/m2/pge-boot/GPushBackInput.cc | 6 +- gcc/m2/pge-boot/GRTExceptions.cc | 34 ++++----- gcc/m2/pge-boot/GStdIO.cc | 4 +- gcc/m2/pge-boot/GSymbolKey.cc | 6 +- gcc/m2/pge-boot/GSysStorage.cc | 6 +- gcc/m2/pge-boot/Glibc.h | 2 +- gcc/m2/pge-boot/Gwrapc.cc | 32 +++++++++ gcc/m2/pge-boot/Gwrapc.h | 45 ++++++++++++ libgm2/libm2pim/wrapc.cc | 37 ++++++++++ 52 files changed, 735 insertions(+), 280 deletions(-)