This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 39f413fc4b6 c: Less warnings for parameters declared as arrays [PR98536] new 0826ebd633e PR modula2/110779 SysClock can not read the clock
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-libs-iso/SysClock.mod | 256 ++++++++++++++++---------- gcc/m2/gm2-libs-iso/wrapclock.def | 125 +++++++++++++ gcc/testsuite/gm2/iso/run/pass/m2date.mod | 101 ++++++++++ gcc/testsuite/gm2/iso/run/pass/testclock.mod | 15 ++ gcc/testsuite/gm2/iso/run/pass/testclock2.mod | 22 +++ libgm2/config.h.in | 9 + libgm2/configure | 147 +++++++++++++++ libgm2/configure.ac | 4 +- libgm2/libm2iso/Makefile.am | 6 +- libgm2/libm2iso/Makefile.in | 11 +- libgm2/libm2iso/wrapclock.cc | 220 ++++++++++++++++++++++ libgm2/libm2iso/wraptime.cc | 9 +- 12 files changed, 812 insertions(+), 113 deletions(-) create mode 100644 gcc/m2/gm2-libs-iso/wrapclock.def create mode 100644 gcc/testsuite/gm2/iso/run/pass/m2date.mod create mode 100644 gcc/testsuite/gm2/iso/run/pass/testclock.mod create mode 100644 gcc/testsuite/gm2/iso/run/pass/testclock2.mod create mode 100644 libgm2/libm2iso/wrapclock.cc