This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-15
in repository gcc.
from c220b8e7b42 [PATCH] PR modula2/120188: Use existing test for plugin
new b8032bec831 [PATCH] PR modula2/119914 No error message generated when p [...]
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/M2Check.mod | 21 +++-
gcc/m2/gm2-compiler/M2Quads.mod | 10 +-
gcc/m2/gm2-compiler/M2Range.mod | 43 ++++++-
gcc/m2/gm2-compiler/SymbolTable.def | 16 +++
gcc/m2/gm2-compiler/SymbolTable.mod | 137 ++++++++++++++++++++---
gcc/testsuite/gm2/pim/fail/constintarraybyte.mod | 10 ++
6 files changed, 217 insertions(+), 20 deletions(-)
create mode 100644 gcc/testsuite/gm2/pim/fail/constintarraybyte.mod
--
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 releases/gcc-15
in repository gcc.
from c84a951a8ee libfortran: Fix up _gfortran_{,m,s}findloc2_s{1,4} [PR120196]
new df1407f2122 [PATCH] PR modula2/120188: documented example does not work [...]
new c220b8e7b42 [PATCH] PR modula2/120188: Use existing test for plugin
The 2 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 | 2 +-
.../doc/examples/plugin/fail/assignvalue.mod | 25 +++++++++++++++
.../plugin/fail/doc-examples-plugin-fail.exp | 25 +++++++++++++++
gcc/testsuite/lib/gm2-dg.exp | 37 +++++++++++++++++++++-
4 files changed, 87 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gm2.dg/doc/examples/plugin/fail/assignvalue.mod
create mode 100644 gcc/testsuite/gm2.dg/doc/examples/plugin/fail/doc-examples-plug [...]
--
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 a20c4c034a3 Remove non-SLP path from vectorizable_induction
new 2d380abf62d cfgexpand: Reverse the order of going through the update_ca [...]
new 232f2261585 cfgexpand: Update cache during the original DFS walk
new e4fb1b435a6 verifier: Fix up PAREN_EXPR verification [PR118868]
The 3 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/cfgexpand.cc | 13 ++++++++++---
gcc/testsuite/c-c++-common/pr118868-1.c | 9 +++++++++
gcc/tree-cfg.cc | 12 +++++++++++-
3 files changed, 30 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/pr118868-1.c
--
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 releases/gcc-13
in repository gcc.
from 4c21157a4c9 Daily bump.
new 70d3dec42e8 Document option -fdump-ipa-clones
new 168ce6032dd ipa: Do not emit info about temporary clones to ipa-clones [...]
The 2 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/cgraphclones.cc | 10 ++-
gcc/doc/invoke.texi | 87 ++++++++++++++++++++++
gcc/testsuite/gcc.dg/ipa/{pr58106.c => pr119852.c} | 6 +-
3 files changed, 99 insertions(+), 4 deletions(-)
copy gcc/testsuite/gcc.dg/ipa/{pr58106.c => pr119852.c} (85%)
--
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 a0f6a1fd487 gdb/guile: generate general description string for parameters
new ef8bee09ef0 gdb/python: new gdb.ParameterPrefix class
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/NEWS | 4 +
gdb/doc/python.texi | 95 ++++++++
gdb/python/lib/gdb/__init__.py | 118 ++++++++++
gdb/testsuite/gdb.python/py-parameter-prefix.exp | 285 +++++++++++++++++++++++
4 files changed, 502 insertions(+)
create mode 100644 gdb/testsuite/gdb.python/py-parameter-prefix.exp
--
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 4b68d4ac98a gdb/python: allow empty gdb.Parameter.__doc__ string
new 8a38bd64a3b gdb/guile: improve auto-generated strings for parameters
new a0f6a1fd487 gdb/guile: generate general description string for parameters
The 2 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/NEWS | 5 +++
gdb/doc/guile.texi | 6 ++-
gdb/guile/scm-param.c | 41 +++++++++++++++----
gdb/testsuite/gdb.guile/scm-parameter.exp | 67 ++++++++++++++++++++++++++-----
4 files changed, 99 insertions(+), 20 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 614806c7c2a Automatic date update in version.in
new 3e87f196c5c gdb/python/guile: check for invalid prefixes in Command/Par [...]
new 4b68d4ac98a gdb/python: allow empty gdb.Parameter.__doc__ string
The 2 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/NEWS | 4 +
gdb/doc/python.texi | 4 +-
gdb/guile/scm-cmd.c | 2 +-
gdb/python/py-cmd.c | 2 +-
gdb/python/py-param.c | 18 ++++-
gdb/testsuite/gdb.guile/scm-cmd.exp | 59 ++++++++++++++
gdb/testsuite/gdb.guile/scm-parameter.exp | 45 +++++++++++
gdb/testsuite/gdb.python/py-cmd.exp | 27 +++++++
gdb/testsuite/gdb.python/py-parameter.exp | 125 ++++++++++++++++++++++++++++++
9 files changed, 282 insertions(+), 4 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 gcc.
from f1f94e79dbc PR modula2/120188: Use existing test for plugin
new a20c4c034a3 Remove non-SLP path from vectorizable_induction
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/tree-vect-loop.cc | 1020 +++++++++++++++++--------------------------------
1 file changed, 343 insertions(+), 677 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.