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
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 54be338589e c: _Generic should not warn in non-active branches [PR68193 [...]
new 39f413fc4b6 c: Less warnings for parameters declared as arrays [PR98536]
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/c-family/c-warn.cc | 20 +++-----------------
gcc/testsuite/gcc.dg/Wvla-parameter-4.c | 5 -----
gcc/testsuite/gcc.dg/attr-access-2.c | 10 ----------
3 files changed, 3 insertions(+), 32 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from db583cf8dca as: Fix typo in manual
new d06730bc020 [gdb/symtab] Find main language without symtab expansion
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:
gdb/dwarf2/read.c | 40 ++++++++++++++++++++++
.../main-c.exp} | 19 +++++-----
.../main-cp.exp} | 19 +++++-----
gdb/testsuite/{gdb.opt/main.c => gdb.cp/main.cc} | 0
4 files changed, 56 insertions(+), 22 deletions(-)
copy gdb/testsuite/{gdb.arch/i386-stap-eval-lang-ada.exp => gdb.base/main-c.exp} (69%)
copy gdb/testsuite/{gdb.arch/i386-stap-eval-lang-ada.exp => gdb.cp/main-cp.exp} (69%)
copy gdb/testsuite/{gdb.opt/main.c => gdb.cp/main.cc} (100%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.