This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 4fed5d5dd85 c++: Fix ICE with delayed parsing of noexcept-specifier [PR95562]
new 50ff02b5341 gcc-changelog: fix parse_git_name_status for renames.
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:
contrib/gcc-changelog/git_commit.py | 2 +-
contrib/gcc-changelog/test_email.py | 14 ++++++++++++++
2 files changed, 15 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 gcc.
from f25161bdcc2 Make {SLP_TREE,STMT_VINFO}_VEC_STMTS a vector of gimple *
new c392a001491 [Ada] Minor reformatting and some typo fixes
new 895cf059f06 [Ada] Fix incorrect insertion of post-call actions in if-ex [...]
new 71c4a2b3560 [Ada] Reject illegal bodies for null procedures
new 948590aa283 [Ada] Incorrect accessibility checks on functions calls
new 640ef7149ec [Ada] Remove Determine_License
new bbfd4f21c04 [Ada] Remove unreferenced GNATprove utility routine Get_Low_Bound
new 414e7520e60 [Ada] Minor fix style and typos in comments
new 3ea95664954 [Ada] Simplify detection of static membership choices
new 057548bc5f3 [Ada] Fix assertion failure on functions with contracts
new dc419b9f8d6 [Ada] Ada_2020 AI12-0220: Pre/Postconditions on Access_To_S [...]
new 4322f3d99b7 [Ada] Classwide controlled obj not dispatching
new c64ac479d37 [Ada] Fold Enum_Rep attribute in evaluation and not in expansion
new 8ecc34842c6 [Ada] Revert workaround for expansion of Enum_Rep in GNATpr [...]
new 9c4b4975bb4 [Ada] Fix minor typo in comment of membership choice parsing
new a53b03b5a7b [Ada] Fix typo in exception message
new 3aeb5ebe953 [Ada] Remove more references to ASIS
new e67df677b4d [Ada] Improve code generated for dynamic discriminated aggregate
new 536c271ca7d [Ada] Update headers
new 9c62140e826 [Ada] Fix gnatmetric switches description
new b9daf13c935 [Ada] Disable unwanted warnings in Assertion_Policy(Ignore) mode
new 2378f3eb81a [Ada] Insert explicit dereferences when building actual subtype
new e156631a27d [Ada] Remove obsolete code in Resolve_Call
new 67a44a4c109 [Ada] Implement AI12-0162 Memberships and Unchecked_Unions
new f95fb9d0191 [Ada] Additional warnings on overlapping actuals of composi [...]
new 5c0c89cb163 [Ada] Add missing Sloc on new explicit dereferences
new 76e0721abb9 [Ada] Ada 202x AI12-0192 "requires late initialization"
new 8439cae845f [Ada] Don't build equivalent record aggregate if type has p [...]
new 2db262f29a4 [Ada] AI12-0311 New checks for language-defined units
new 4fed5d5dd85 c++: Fix ICE with delayed parsing of noexcept-specifier [PR95562]
The 29 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/atree.adb | 6 +-
gcc/ada/contracts.adb | 4 +-
gcc/ada/debug.adb | 7 +-
gcc/ada/doc/gnat_ugn/gnat_utility_programs.rst | 4 +-
gcc/ada/einfo.adb | 16 ++
gcc/ada/einfo.ads | 22 ++-
gcc/ada/exp_aggr.adb | 45 +++--
gcc/ada/exp_attr.adb | 27 +--
gcc/ada/exp_ch3.adb | 236 ++++++++++++++++++++---
gcc/ada/exp_ch4.adb | 25 +--
gcc/ada/exp_ch6.adb | 251 ++++++++-----------------
gcc/ada/exp_ch6.ads | 6 -
gcc/ada/exp_spark.adb | 34 +---
gcc/ada/exp_util.adb | 28 +--
gcc/ada/freeze.adb | 8 -
gcc/ada/libgnat/s-secsta.adb | 2 +-
gcc/ada/par-ch4.adb | 2 +-
gcc/ada/par-ch6.adb | 10 +
gcc/ada/repinfo-input.adb | 21 +--
gcc/ada/repinfo-input.ads | 14 +-
gcc/ada/repinfo.adb | 83 +++-----
gcc/ada/repinfo.ads | 14 +-
gcc/ada/scn.adb | 160 +---------------
gcc/ada/sem_attr.adb | 16 +-
gcc/ada/sem_aux.adb | 13 --
gcc/ada/sem_aux.ads | 3 -
gcc/ada/sem_ch10.adb | 3 +-
gcc/ada/sem_ch12.adb | 6 +-
gcc/ada/sem_ch13.adb | 39 ++--
gcc/ada/sem_ch3.adb | 55 ++----
gcc/ada/sem_ch4.adb | 3 +-
gcc/ada/sem_ch5.adb | 12 +-
gcc/ada/sem_ch6.adb | 18 --
gcc/ada/sem_ch8.adb | 16 +-
gcc/ada/sem_ch9.adb | 4 +-
gcc/ada/sem_disp.adb | 16 --
gcc/ada/sem_eval.adb | 14 +-
gcc/ada/sem_prag.adb | 215 +++++++++++++++++++--
gcc/ada/sem_res.adb | 30 +--
gcc/ada/sem_util.adb | 213 ++++++++++++++++++++-
gcc/ada/sem_util.ads | 23 ++-
gcc/ada/sem_warn.adb | 18 +-
gcc/ada/snames.ads-tmpl | 9 +-
gcc/ada/types.ads | 54 +++---
gcc/cp/parser.c | 5 +
gcc/testsuite/g++.dg/cpp0x/noexcept60.C | 13 ++
46 files changed, 1019 insertions(+), 804 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/noexcept60.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 gcc.
from 8b6731e674c Add missing store in emission of asan_stack_free.
new 1396fa5b91c Merge evrp uses of substitute_and_fold_engine into the engi [...]
new f25161bdcc2 Make {SLP_TREE,STMT_VINFO}_VEC_STMTS a vector of gimple *
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/gimple-loop-versioning.cc | 5 +-
gcc/gimple-ssa-evrp.c | 334 ++++-----------------
gcc/testsuite/gcc.dg/tree-ssa/ssa-dse-30.c | 20 +-
gcc/tree-ssa-ccp.c | 4 +-
gcc/tree-ssa-copy.c | 4 +-
gcc/tree-ssa-propagate.c | 113 +++++--
gcc/tree-ssa-propagate.h | 9 +-
gcc/tree-vect-data-refs.c | 8 +-
gcc/tree-vect-loop.c | 112 +++----
gcc/tree-vect-patterns.c | 3 +
gcc/tree-vect-slp.c | 47 ++-
gcc/tree-vect-stmts.c | 461 ++++++++++++-----------------
gcc/tree-vectorizer.c | 5 +-
gcc/tree-vectorizer.h | 26 +-
gcc/tree-vrp.c | 4 +-
gcc/vr-values.c | 29 +-
gcc/vr-values.h | 1 +
17 files changed, 502 insertions(+), 683 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/c++-modules
in repository gcc.
from 9a42c3334f1 Install V1 module protocol goop
new 2d79fc0f6e4 Fixes for darwin
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.modules | 10 ++++++++++
gcc/cp/mapper-server.cc | 17 +++++++++++------
gcc/cp/module.cc | 2 +-
gcc/testsuite/g++.dg/modules/bad-mapper-3.C | 2 +-
4 files changed, 23 insertions(+), 8 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.
"tcwg-buildslave pushed a change to branch tested
in repository toolchain/jenkins-scripts.
from 51f0b1c6 tcwg-llvm-release: Use port 22 for copying binaries
adds 9c6fd09e tcwg-update-llvmbot-containers.sh: Update bot names to match zorg
adds 1687f16a tcwg_gnu-build.sh: Fix shellcheck warnings
adds 2c99dd6d tcwg-update-llvmbot-containers.sh: Update bot names (fixup)
adds 79fd9fd1 start-container-docker.sh: Assert that the task parameter has [...]
No new revisions were added by this update.
Summary of changes:
start-container-docker.sh | 5 ++++-
tcwg-update-llvmbot-containers.sh | 36 +++++++++++++++---------------------
tcwg_gnu-build.sh | 11 ++---------
3 files changed, 21 insertions(+), 31 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 e1b5d517d1c ELF: Properly handle section symbols
new e5f3ece2ab3 [gdb/symtab] Fix name lookup in dw2_map_matching_symbols
new 7ab96794115 [gdb/symtab] Enable ada .gdb_index
new 84df1f9dcb8 Fix x86 ld testsuite fails with glibc < 2.28
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:
gdb/ChangeLog | 16 +++++++++
gdb/dwarf2/index-write.c | 40 +++++++++++++++++++---
gdb/dwarf2/read.c | 64 +++++++++++++++++++++++++----------
gdb/testsuite/ChangeLog | 4 +++
gdb/testsuite/gdb.ada/ptype_union.exp | 5 ---
ld/ChangeLog | 11 ++++++
ld/testsuite/ld-elf/linux-x86.exp | 22 ++++++------
ld/testsuite/ld-elf/passall.out | 1 +
ld/testsuite/ld-elf/pr25749-1.c | 8 ++++-
ld/testsuite/ld-elf/pr25749-2.c | 8 ++++-
ld/testsuite/lib/ld-lib.exp | 11 ++----
11 files changed, 144 insertions(+), 46 deletions(-)
create mode 100644 ld/testsuite/ld-elf/passall.out
--
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 25065fcd192 Fix the windmc program to conform to the behaviour of mc.ex [...]
new e1b5d517d1c ELF: Properly handle section symbols
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:
bfd/ChangeLog | 6 ++++++
bfd/elflink.c | 6 +++++-
ld/ChangeLog | 11 +++++++++++
ld/testsuite/ld-elf/pr26094-1.ver | 3 +++
ld/testsuite/ld-elf/pr26094-1a.c | 7 +++++++
ld/testsuite/ld-elf/pr26094-1a.rd | 8 ++++++++
ld/testsuite/ld-elf/pr26094-1b.c | 6 ++++++
ld/testsuite/ld-elf/pr26094-1b.rd | 8 ++++++++
ld/testsuite/ld-elf/pr26094-1c.c | 7 +++++++
ld/testsuite/ld-elf/shared.exp | 19 +++++++++++++++++++
10 files changed, 80 insertions(+), 1 deletion(-)
create mode 100644 ld/testsuite/ld-elf/pr26094-1.ver
create mode 100644 ld/testsuite/ld-elf/pr26094-1a.c
create mode 100644 ld/testsuite/ld-elf/pr26094-1a.rd
create mode 100644 ld/testsuite/ld-elf/pr26094-1b.c
create mode 100644 ld/testsuite/ld-elf/pr26094-1b.rd
create mode 100644 ld/testsuite/ld-elf/pr26094-1c.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 gcc.
from df81764ba1a AArch64: Adjust costing of by element MUL to be the same as [...]
new 8b6731e674c Add missing store in emission of asan_stack_free.
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/asan.c | 20 ++++++++++++++++++--
1 file changed, 18 insertions(+), 2 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/ranger
in repository gcc.
from 49fac794386 Remove loop_ranger::range_of_phi as loop_ranger::range_of_s [...]
new 4efacd5dbb0 Fix off-by-one allocation bug in get_fresh_function_name.
new 708b56f90b4 Add more unimplemented operands in enhanced_operand_compare [...]
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/misc.cc | 8 +++++++-
1 file changed, 7 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 gcc.
from b05d5563f4b Introduce STMT_VINFO_VEC_STMTS
new df81764ba1a AArch64: Adjust costing of by element MUL to be the same as [...]
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/config/aarch64/aarch64.c | 18 +++++++++++++++++-
gcc/testsuite/gcc.target/aarch64/asimd-mull-elem.c | 21 +++++++++++++++++++++
2 files changed, 38 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/asimd-mull-elem.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.