This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 36cabc257df c++: explicit specialization and trailing requirements [PR107864]
new 0ded30b361d libstdc++: Do not use __used or __packed as identifiers
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:
libstdc++-v3/include/std/format | 30 ++++++++++++++---------------
libstdc++-v3/testsuite/17_intro/badnames.cc | 1 +
libstdc++-v3/testsuite/17_intro/names.cc | 10 ++++++++--
3 files changed, 24 insertions(+), 17 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 devel/modula-2
in repository gcc.
from 806751e5e94 Bugfix detect assigning constant constructors within a code block.
new 5d09bba11a7 Bugfix to detect re-assigning a constant array in a code block.
new 918e3a0d1fb New regression tests added.
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/m2/gm2-compiler/M2AsmUtil.mod | 3 +-
gcc/m2/gm2-compiler/M2Quads.def | 24 +++++-
gcc/m2/gm2-compiler/M2Quads.mod | 114 +++++++++++++++++++---------
gcc/m2/gm2-compiler/P3Build.bnf | 5 +-
gcc/m2/gm2-compiler/PCBuild.bnf | 77 ++++++++++++-------
gcc/m2/gm2-compiler/PCSymBuild.mod | 6 +-
gcc/m2/gm2-compiler/PHBuild.bnf | 4 +-
gcc/m2/gm2-compiler/SymbolTable.def | 16 ++++
gcc/m2/gm2-compiler/SymbolTable.mod | 48 ++++++++++++
gcc/testsuite/gm2/iso/fail/constarray.mod | 11 +++
gcc/testsuite/gm2/iso/fail/constarray2.mod | 11 +++
gcc/testsuite/gm2/iso/fail/constrecord.mod | 13 ++++
gcc/testsuite/gm2/iso/fail/constrecord2.mod | 13 ++++
gcc/testsuite/gm2/iso/fail/constrecord3.mod | 15 ++++
14 files changed, 282 insertions(+), 78 deletions(-)
create mode 100644 gcc/testsuite/gm2/iso/fail/constarray.mod
create mode 100644 gcc/testsuite/gm2/iso/fail/constarray2.mod
create mode 100644 gcc/testsuite/gm2/iso/fail/constrecord.mod
create mode 100644 gcc/testsuite/gm2/iso/fail/constrecord2.mod
create mode 100644 gcc/testsuite/gm2/iso/fail/constrecord3.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 master
in repository gcc.
from fd8dd6c0384 tree-optimization/107852 - missed optimization with PHIs
new 36cabc257df c++: explicit specialization and trailing requirements [PR107864]
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/cp/decl.cc | 4 +---
gcc/cp/pt.cc | 19 ++++++++-----------
.../concepts/{explicit-spec1.C => explicit-spec1a.C} | 6 ++++--
3 files changed, 13 insertions(+), 16 deletions(-)
copy gcc/testsuite/g++.dg/concepts/{explicit-spec1.C => explicit-spec1a.C} (52%)
--
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.
"Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 80140b97 tcwg-update-llvmbot-containers: Move clang-armv7-global-isel [...]
new cae61649 jenkins-helpers.sh: Add @@artifacts_var artifacts_dir
new d9933694 round-robin-bisect.sh: Allow passing parameters to the baseli [...]
new 24411494 round-robin.sh (reset_artifacts): Allow initialization of bas [...]
new 3a19fa02 round-robin.sh (clone_repo): Store git info in artifacts for [...]
new 4e71f03b tcwg_aosp-build.sh, tcwg_gnu-build.sh: Update start_date vari [...]
new b4dff1ba wrappers/shadow-cc.sh: Gather code-size data for shadow compiler
new 3c726a29 wrappers/shadow-cc.sh: Stop using ccache for shadow_cc
new 858ffced tcwg_aosp-build.sh: Make LLVM build more robust
new a7e61f59 tcwg_aosp-build.sh (build_aosp): Make AOSP build a bit more robust
new f3132906 tcwg_aosp-build.sh (no_regression_p): Add code-size analysis
new ee3273d2 tcwg_aosp-build.sh: Do not bisect failures to build shadow toolchain
new 45983575 wrappers/*: Remove bin/my<tool> workaround
The 12 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:
jenkins-helpers.sh | 28 ++++++-
round-robin-bisect.sh | 14 ++++
round-robin.sh | 54 ++++++------
tcwg_aosp-build.sh | 193 ++++++++++++++++++++++++++++++++++++-------
tcwg_gnu-build.sh | 2 +-
wrappers/count-wrapper.sh | 2 +-
wrappers/install-wrappers.sh | 1 +
wrappers/shadow-ar.sh | 2 +-
wrappers/shadow-cc.sh | 19 ++++-
9 files changed, 248 insertions(+), 67 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 063ba138eaa tree-optimization/106995 - if-conversion and vanishing loops
new fd8dd6c0384 tree-optimization/107852 - missed optimization with PHIs
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/testsuite/gcc.dg/tree-ssa/ssa-fre-101.c | 47 ++++++++++++++++++++++++++
gcc/tree-ssa-sccvn.cc | 51 ++++++++++++++++++++++++++++-
2 files changed, 97 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-101.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 master
in repository newlib.
from 17761a8ef Cygwin: Update some mentions of x86 in documentation
new a263fe0b2 Cygwin: serial: Fix a copy-paste error in DTR setup
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:
winsup/cygwin/fhandler/serial.cc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.