This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from e6b722a1c Add entry 258defbdee985c8f27c33e9f533c19d059941972 from https [...]
new 7fb552fc7 Add entry 1607e8212caa7c050d89b5b143531edb815ec7f3 from https [...]
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:
.../sha1/1607e8212caa7c050d89b5b143531edb815ec7f3}/first_url | 2 +-
.../tcwg_aosp-code_size-surfaceflinger/oriole-master/build_url | 2 +-
.../tcwg_aosp-code_size-surfaceflinger/oriole-master/last_good | 1 +
3 files changed, 3 insertions(+), 2 deletions(-)
copy {aosp_superproject/sha1/42366578b425ff7b787a6170ceb94cd2df6af617 => llvm/sha1 [...]
copy {aosp_superproject/sha1/150ca9c8402ad21884cc136ece2c6818dc72cb60 => llvm/sha1 [...]
create mode 100644 llvm/sha1/1607e8212caa7c050d89b5b143531edb815ec7f3/tcwg_aosp-co [...]
--
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 b7b4ef2ff20 profile-count: Avoid overflows into uninitialized [PR112303]
new b73a6a20113 LoongArch: Fix C23 (...) functions returning large aggregat [...]
new 1ab646f678a mips: Fix C23 (...) functions returning large aggregates [P [...]
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/config/loongarch/loongarch.cc | 8 +++++++-
gcc/config/mips/mips.cc | 8 +++++++-
2 files changed, 14 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 releases/gcc-13
in repository gcc.
from 05fddfd3220 Daily bump.
new 4e0a922db4d i386: Fix setup of incoming varargs for (...) functions whi [...]
new af189fa9c2c rs6000: Fix up setup_incoming_varargs [PR114175]
new d3faceaa7a1 alpha: Fix alpha_setup_incoming_varargs [PR114175]
new 097999338bc arc: Fix up arc_setup_incoming_varargs [PR114175]
new 8046a7e2aee system.h: rename vec_step to workaround powerpc/clang bug [ [...]
new 06f9476a60b csky: Fix up csky_setup_incoming_varargs [PR114175]
new fce980ba380 epiphany: Fix up epiphany_setup_incoming_varargs [PR114175]
new a2565fbb722 ft32: Fix up ft32_setup_incoming_varargs [PR114175]
new f3af5a241c8 m32r: Fix up m32r_setup_incoming_varargs [PR114175]
new 91092c30eda nds32: Fix up nds32_setup_incoming_varargs [PR114175]
new 02f66c40fb6 nios2: Fix up nios2_setup_incoming_varargs [PR114175]
new 01397f78986 visium: Fix up visium_setup_incoming_varargs [PR114175]
new 05de873353a ubsan: Don't -fsanitize=null instrument __seg_fs/gs pointer [...]
new 4320e8483bb predcom: Punt for steps which aren't multiples of access si [...]
new 85b2b99e56b tsan: Don't instrument non-generic AS accesses [PR111736]
new 71a1ccc0378 fold-const: Punt on MULT_EXPR in extract_muldiv MIN/MAX_EXP [...]
new 43022dd24e8 testsuite: Add testcase for already fixed PR [PR109925]
new b7b4ef2ff20 profile-count: Avoid overflows into uninitialized [PR112303]
The 18 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/alpha/alpha.cc | 3 +-
gcc/config/arc/arc.cc | 3 +-
gcc/config/csky/csky.cc | 3 +-
gcc/config/epiphany/epiphany.cc | 3 +-
gcc/config/ft32/ft32.cc | 7 +-
gcc/config/i386/i386.cc | 3 +-
gcc/config/m32r/m32r.cc | 3 +-
gcc/config/nds32/nds32.cc | 3 +-
gcc/config/nios2/nios2.cc | 3 +-
gcc/config/rs6000/rs6000-call.cc | 3 +-
gcc/config/visium/visium.cc | 3 +-
gcc/fold-const.cc | 21 ++
gcc/profile-count.h | 12 +-
gcc/system.h | 6 +
gcc/testsuite/gcc.c-torture/compile/pr112303.c | 25 +++
gcc/testsuite/gcc.c-torture/execute/pr109925.c | 30 +++
gcc/testsuite/gcc.c-torture/execute/pr111151.c | 21 ++
gcc/testsuite/gcc.dg/c23-stdarg-7.c | 6 +
gcc/testsuite/gcc.dg/c23-stdarg-8.c | 6 +
gcc/testsuite/gcc.dg/c23-stdarg-9.c | 284 +++++++++++++++++++++++++
gcc/testsuite/gcc.dg/pr111683-1.c | 22 ++
gcc/testsuite/gcc.dg/pr111683-2.c | 27 +++
gcc/testsuite/gcc.dg/tsan/pr111736.c | 17 ++
gcc/testsuite/gcc.dg/ubsan/pr111736.c | 23 ++
gcc/tree-predcom.cc | 33 ++-
gcc/tsan.cc | 3 +
gcc/ubsan.cc | 19 +-
27 files changed, 572 insertions(+), 20 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr112303.c
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr109925.c
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr111151.c
create mode 100644 gcc/testsuite/gcc.dg/c23-stdarg-7.c
create mode 100644 gcc/testsuite/gcc.dg/c23-stdarg-8.c
create mode 100644 gcc/testsuite/gcc.dg/c23-stdarg-9.c
create mode 100644 gcc/testsuite/gcc.dg/pr111683-1.c
create mode 100644 gcc/testsuite/gcc.dg/pr111683-2.c
create mode 100644 gcc/testsuite/gcc.dg/tsan/pr111736.c
create mode 100644 gcc/testsuite/gcc.dg/ubsan/pr111736.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 4921bd8cf25 Daily bump.
new 6fc84f680d0 mips: Fix C23 (...) functions returning large aggregates [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/config/mips/mips.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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 9818321d1 Add entry 258defbdee985c8f27c33e9f533c19d059941972 from https [...]
new e6b722a1c Add entry 258defbdee985c8f27c33e9f533c19d059941972 from https [...]
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:
.../jira/description | 4 ++++
.../jira/yaml | 4 ++++
.../status.txt | 4 ++++
.../master-aarch64-check_bootstrap_lto/details.txt | 25 +++++++++++-----------
.../reproduction_instructions.txt | 4 ++--
.../status-summary.txt | 0
.../status.txt | 4 ++--
.../tcwg_bootstrap_check/status.txt | 4 ++++
8 files changed, 32 insertions(+), 17 deletions(-)
copy gcc/sha1/{85094e2aa6dba7908f053046f02dd443e8f65d72 => 258defbdee985c8f27c33e9 [...]
copy gcc/sha1/258defbdee985c8f27c33e9f533c19d059941972/tcwg_bootstrap_check/{maste [...]
copy {binutils/sha1/313f04b6edcd09e0e7ff224bd54a892ab8f029aa => gcc/sha1/258defbde [...]
copy gcc/sha1/258defbdee985c8f27c33e9f533c19d059941972/tcwg_bootstrap_check/{maste [...]
--
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 master
in repository toolchain/ci/interesting-commits.
from f97ff7f7a Add entry 839bc42772ba7af66af3bd16efed4a69511312ae from https [...]
new 9818321d1 Add entry 258defbdee985c8f27c33e9f533c19d059941972 from https [...]
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:
.../tcwg_bootstrap_check/master-aarch64-check_bootstrap_lto/build_url | 2 +-
.../last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy gcc/sha1/{061f74c06735e1fa35b910ae0bcf01b61a74ec23 => 258defbdee985c8f27c33e9 [...]
copy gcc/sha1/258defbdee985c8f27c33e9f533c19d059941972/tcwg_bootstrap_check/{maste [...]
--
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 5f914402161 Fortran: fix passing of optional dummies to bind(c) procedu [...]
new 05fddfd3220 Daily bump.
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/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 19 +++++++++++++++++++
gcc/testsuite/ChangeLog | 16 ++++++++++++++++
3 files changed, 36 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 releases/gcc-12
in repository gcc.
from cb72fbd49e1 Fortran: fix NULL pointer dereference on overlapping initia [...]
new 5f0ca7c79ef Daily bump.
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/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 8 ++++++++
gcc/testsuite/ChangeLog | 8 ++++++++
3 files changed, 17 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 releases/gcc-11
in repository gcc.
from 1611acc1f72 Fortran: fix NULL pointer dereference on overlapping initia [...]
new f2f93723a78 Daily bump.
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/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 8 ++++++++
gcc/testsuite/ChangeLog | 8 ++++++++
3 files changed, 17 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 4c18ace1cb6 [PATCH] Allow `gcc_jit_type_get_size` to work with pointers
new 4921bd8cf25 Daily bump.
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 | 6 ++++++
gcc/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 17 +++++++++++++++++
gcc/jit/ChangeLog | 4 ++++
gcc/testsuite/ChangeLog | 45 +++++++++++++++++++++++++++++++++++++++++++++
libstdc++-v3/ChangeLog | 18 ++++++++++++++++++
6 files changed, 91 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.