This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.27/master
in repository glibc.
from 33d1bde2de conform/conformtest.pl: Escape literal braces in regular exp [...]
new 718445e569 es_BO locale: Change LC_PAPER to en_US (bug 22996).
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:
ChangeLog | 5 +++++
localedata/locales/es_BO | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
--
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 674e55f7b1 Automatic date update in version.in
new e83f4d9750 ia64-tdep.c: Fix -Wwrite-strings errors
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/ChangeLog | 7 +++++++
gdb/ia64-libunwind-tdep.c | 22 ++++++++++++----------
2 files changed, 19 insertions(+), 10 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 lldb.
from a4cbdb288 [test-suite] Add a decorator for the lack of libstdcxx on the [...]
new b16e8c123 Fix build on Windows with SDK build version >= 17134.
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:
tools/lldb-mi/MIDriverMain.cpp | 5 -----
1 file changed, 5 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 32f67408b19 * c-ada-spec.c (to_ada_name): Remove index parameter. (pp [...]
new 8c7c1632c78 Fix sigsegv on -fdump-tree-all-enumerate_locals
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/ChangeLog | 4 ++++
gcc/testsuite/ChangeLog | 7 ++++++
gcc/testsuite/gcc.misc-tests/options.exp | 38 ++++++++++++++++++++++++++++++++
gcc/tree-dfa.c | 3 +++
4 files changed, 52 insertions(+)
--
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 9269b9d3e6e * gcc-interface/gigi.h (add_decl_expr): Adjust prototype. [...]
new 583201de7c4 * gcc-interface/decl.c (gnat_to_gnu_entity): Add GNAT_DECL [...]
new 32f67408b19 * c-ada-spec.c (to_ada_name): Remove index parameter. (pp [...]
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/ada/ChangeLog | 11 +
gcc/ada/gcc-interface/decl.c | 92 +++++----
gcc/ada/gcc-interface/misc.c | 16 +-
gcc/c-family/ChangeLog | 31 ++-
gcc/c-family/c-ada-spec.c | 322 ++++++++++-------------------
gcc/testsuite/ChangeLog | 5 +
gcc/testsuite/gnat.dg/stack_usage6.adb | 12 ++
gcc/testsuite/gnat.dg/stack_usage6_pkg.ads | 19 ++
8 files changed, 244 insertions(+), 264 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/stack_usage6.adb
create mode 100644 gcc/testsuite/gnat.dg/stack_usage6_pkg.ads
--
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 89bf88bfbf4 * gcc-interface/trans.c (lvalue_required_p): Remove ALIASE [...]
new 9269b9d3e6e * gcc-interface/gigi.h (add_decl_expr): Adjust prototype. [...]
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/ada/ChangeLog | 11 ++++++++++
gcc/ada/gcc-interface/decl.c | 7 +++----
gcc/ada/gcc-interface/gigi.h | 6 +++---
gcc/ada/gcc-interface/trans.c | 48 ++++++++++++++++++++++++++++++++++++-------
gcc/ada/gcc-interface/utils.c | 31 ----------------------------
5 files changed, 58 insertions(+), 45 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 30b5769ff25 * tree-vrp.c (vrp_int_const_binop): Change overflow type t [...]
new 3d584d392fa * gcc-interface/decl.c (gnat_to_gnu_param): Minor tweak. [...]
new 89bf88bfbf4 * gcc-interface/trans.c (lvalue_required_p): Remove ALIASE [...]
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/ada/ChangeLog | 16 +++++++++++++
gcc/ada/gcc-interface/decl.c | 36 ++++++++++++++++++----------
gcc/ada/gcc-interface/trans.c | 31 +++++++++++-------------
gcc/ada/gcc-interface/utils.c | 3 +++
gcc/testsuite/ChangeLog | 7 ++++++
gcc/testsuite/gnat.dg/pure_function3_pkg.ads | 14 +++++++++++
gcc/testsuite/gnat.dg/pure_function3a.adb | 16 +++++++++++++
gcc/testsuite/gnat.dg/pure_function3b.adb | 18 ++++++++++++++
gcc/testsuite/gnat.dg/pure_function3c.adb | 16 +++++++++++++
9 files changed, 127 insertions(+), 30 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/pure_function3_pkg.ads
create mode 100644 gcc/testsuite/gnat.dg/pure_function3a.adb
create mode 100644 gcc/testsuite/gnat.dg/pure_function3b.adb
create mode 100644 gcc/testsuite/gnat.dg/pure_function3c.adb
--
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 7df6bb6ec97 PR target/84711 * gcc.dg/vect/pr84711.c: Remove unnecessa [...]
new 30b5769ff25 * tree-vrp.c (vrp_int_const_binop): Change overflow type t [...]
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/ChangeLog | 39 +++++++
gcc/calls.c | 2 +-
gcc/cp/ChangeLog | 5 +
gcc/cp/decl.c | 4 +-
gcc/cp/init.c | 4 +-
gcc/fold-const.c | 18 ++--
gcc/match.pd | 18 ++--
gcc/poly-int.h | 24 ++---
gcc/predict.c | 3 +-
gcc/profile-count.c | 2 +-
gcc/simplify-rtx.c | 2 +-
gcc/testsuite/gcc.dg/plugin/poly-int-tests.h | 50 ++++-----
gcc/tree-chrec.c | 2 +-
gcc/tree-data-ref.c | 4 +-
gcc/tree-if-conv.c | 2 +-
gcc/tree-scalar-evolution.c | 11 +-
gcc/tree-ssa-phiopt.c | 7 +-
gcc/tree-vect-loop.c | 2 +-
gcc/tree-vect-stmts.c | 10 +-
gcc/tree-vrp.c | 60 ++++-------
gcc/vr-values.c | 2 +-
gcc/wide-int.cc | 79 +++++++++-----
gcc/wide-int.h | 150 +++++++++++++++++++--------
23 files changed, 308 insertions(+), 192 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 llvm.
from 4af4a557bf5 [MachineOutliner] Assert that Liveness tracking is accurate (NFC)
new 7d301039274 [MachineOutliner] Add missing liveness tracking info in MIR test.
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:
test/CodeGen/AArch64/machine-outliner-bad-adrp.mir | 1 +
1 file changed, 1 insertion(+)
--
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 llvm.
from 5fd5dc8e41a [Support] Clear errno before calling the function in RetryA [...]
new 4af4a557bf5 [MachineOutliner] Assert that Liveness tracking is accurate (NFC)
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:
include/llvm/CodeGen/MachineOutliner.h | 2 ++
lib/Target/AArch64/AArch64InstrInfo.cpp | 2 ++
2 files changed, 4 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.