This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 3032ebf0c9b c++: Propagate hidden flag on decls from partitions
new 1b5732de7e3 Cleanups to unsupported_range.
new c60b3e211c5 Reduce startup costs for Value_Range.
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/ipa-fnsummary.cc | 8 ++-
gcc/value-range.cc | 10 ++--
gcc/value-range.h | 134 +++++++++++++++++++++++++++++----------------------
3 files changed, 89 insertions(+), 63 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 79420dd3441 c++: Implement P2615 'Meaningful Exports' [PR107688]
new 0d0215b10db c++: Propagate using decls from partitions [PR114868]
new 3032ebf0c9b c++: Propagate hidden flag on decls from partitions
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/cp/module.cc | 6 ++++++
gcc/cp/name-lookup.cc | 10 +++++-----
gcc/testsuite/g++.dg/modules/using-15_a.C | 14 ++++++++++++++
.../g++.dg/modules/{tpl-friend-12_d.C => using-15_b.C} | 6 ++----
gcc/testsuite/g++.dg/modules/using-15_c.C | 8 ++++++++
gcc/testsuite/g++.dg/modules/using-16_a.C | 11 +++++++++++
gcc/testsuite/g++.dg/modules/using-16_b.C | 12 ++++++++++++
gcc/testsuite/g++.dg/modules/using-16_c.C | 11 +++++++++++
8 files changed, 69 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/modules/using-15_a.C
copy gcc/testsuite/g++.dg/modules/{tpl-friend-12_d.C => using-15_b.C} (57%)
create mode 100644 gcc/testsuite/g++.dg/modules/using-15_c.C
create mode 100644 gcc/testsuite/g++.dg/modules/using-16_a.C
create mode 100644 gcc/testsuite/g++.dg/modules/using-16_b.C
create mode 100644 gcc/testsuite/g++.dg/modules/using-16_c.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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 4610f8afe Add entry 5adfb6540db95da5faf1f77fbe9ec38b4cf8eb1f from https [...]
new ed8f4d123 Add entry 5adfb6540db95da5faf1f77fbe9ec38b4cf8eb1f 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:
gcc/sha1/5adfb6540db95da5faf1f77fbe9ec38b4cf8eb1f/jira/description | 3 ++-
gcc/sha1/5adfb6540db95da5faf1f77fbe9ec38b4cf8eb1f/status.txt | 2 +-
.../tcwg_bmk-code_size-spec2k6/gnu-aarch64-master-Os/status.txt | 2 +-
.../tcwg_bmk-code_size-spec2k6/status.txt | 2 +-
4 files changed, 5 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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from a564696c7 Add entry f242291f59bf5cced08e8f6e7c3068cfe4dff06c from https [...]
new 4610f8afe Add entry 5adfb6540db95da5faf1f77fbe9ec38b4cf8eb1f 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_bmk-code_size-spec2k6/gnu-aarch64-master-Os/build_url | 2 +-
1 file changed, 1 insertion(+), 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 020133c0fd0 Daily bump.
new 1b91818e471 rs6000: Don't ICE when compiling the __builtin_vsx_splat_2d [...]
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/rs6000/vsx.md | 4 ++--
gcc/testsuite/gcc.target/powerpc/pr113950.c | 24 ++++++++++++++++++++++++
2 files changed, 26 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr113950.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 610415bb7dd Daily bump.
new 79420dd3441 c++: Implement P2615 'Meaningful Exports' [PR107688]
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/name-lookup.cc | 10 ++-
gcc/cp/parser.cc | 105 +++++++++++++++++++++------
gcc/cp/parser.h | 6 +-
gcc/testsuite/g++.dg/cpp2a/linkage-spec1.C | 22 ++++++
gcc/testsuite/g++.dg/modules/contracts-1_a.C | 2 +-
gcc/testsuite/g++.dg/modules/contracts-2_a.C | 2 +-
gcc/testsuite/g++.dg/modules/contracts-3_a.C | 2 +-
gcc/testsuite/g++.dg/modules/contracts-4_a.C | 2 +-
gcc/testsuite/g++.dg/modules/export-3.C | 30 ++++++++
gcc/testsuite/g++.dg/modules/export-4_a.C | 23 ++++++
gcc/testsuite/g++.dg/modules/export-4_b.C | 13 ++++
gcc/testsuite/g++.dg/modules/lang-1_c.C | 2 +-
gcc/testsuite/g++.dg/modules/pr101582-1.C | 8 +-
gcc/testsuite/g++.dg/template/crash71.C | 4 +-
14 files changed, 197 insertions(+), 34 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/linkage-spec1.C
create mode 100644 gcc/testsuite/g++.dg/modules/export-3.C
create mode 100644 gcc/testsuite/g++.dg/modules/export-4_a.C
create mode 100644 gcc/testsuite/g++.dg/modules/export-4_b.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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 151fbb712 Add entry f242291f59bf5cced08e8f6e7c3068cfe4dff06c from https [...]
new a564696c7 Add entry f242291f59bf5cced08e8f6e7c3068cfe4dff06c 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:
.../commit-log.txt | 9 +++
.../jira/components | 0
.../jira/description | 82 ++++++++++++++++++++++
.../jira/startdate | 0
.../jira/summary | 2 +-
.../status-summary.txt | 0
.../status.txt | 69 ++++++++++++++++++
.../llvm-aarch64-master-O3_LTO/details.txt | 2 +
.../reproduction_instructions.txt | 8 +--
.../llvm-aarch64-master-O3_LTO}/status-summary.txt | 0
.../llvm-aarch64-master-O3_LTO/status.txt | 6 +-
.../llvm-aarch64-master-O3_LTO/summary.txt | 8 ---
.../status-summary.txt | 0
.../tcwg_bmk-code_speed-cpu2017rate/status.txt | 22 +-----
14 files changed, 173 insertions(+), 35 deletions(-)
create mode 100644 llvm/sha1/f242291f59bf5cced08e8f6e7c3068cfe4dff06c/commit-log.txt
copy llvm/sha1/{00e80fbfb9151a68e7383dcec7da69c867225e54 => f242291f59bf5cced08e8f [...]
create mode 100644 llvm/sha1/f242291f59bf5cced08e8f6e7c3068cfe4dff06c/jira/description
copy {gcc/sha1/e17936f842d2885447b6b8b82c2fb9cbf2679d7e => llvm/sha1/f242291f59bf5 [...]
copy glibc/sha1/30379efad117b85cc56a255cac628d0ad745bfe3/status-summary.txt => llv [...]
copy llvm/sha1/{2622b2f409f7a7a51f11d5eab3976785b47c1a7b => f242291f59bf5cced08e8f [...]
create mode 100644 llvm/sha1/f242291f59bf5cced08e8f6e7c3068cfe4dff06c/status.txt
create mode 100644 llvm/sha1/f242291f59bf5cced08e8f6e7c3068cfe4dff06c/tcwg_bmk-cod [...]
copy {gcc/sha1/e0e9499aeffdaca88f0f29334384aa5f710a81a4/tcwg_bmk-fujitsu_speed-cpu [...]
copy llvm/sha1/{2622b2f409f7a7a51f11d5eab3976785b47c1a7b => f242291f59bf5cced08e8f [...]
copy llvm/sha1/{6b03ce374e0dc64868b4b6665056dfc3fda0e98f => f242291f59bf5cced08e8f [...]
delete mode 100644 llvm/sha1/f242291f59bf5cced08e8f6e7c3068cfe4dff06c/tcwg_bmk-cod [...]
copy llvm/sha1/{2622b2f409f7a7a51f11d5eab3976785b47c1a7b => f242291f59bf5cced08e8f [...]
--
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 e779048b1 Add entry b5f6a56940e70838a07e885de03a92e2bd64674a from https [...]
new 151fbb712 Add entry f242291f59bf5cced08e8f6e7c3068cfe4dff06c 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:
.../llvm-aarch64-master-O3_LTO/build_url | 2 +-
1 file changed, 1 insertion(+), 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-14
in repository gcc.
from 7a00c459cbb libstdc++: Do not apply localized formatting to NaN and inf [...]
new 9ccb16d032e 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 | 10 ++++++++++
gcc/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 9 +++++++++
gcc/fortran/ChangeLog | 14 ++++++++++++++
gcc/testsuite/ChangeLog | 25 +++++++++++++++++++++++++
libgcc/ChangeLog | 8 ++++++++
libstdc++-v3/ChangeLog | 11 +++++++++++
7 files changed, 78 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-13
in repository gcc.
from 61c38a231d2 libstdc++: Do not apply localized formatting to NaN and inf [...]
new 72001c4cfb0 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 | 38 ++++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 22 ++++++++++++++++++++++
libstdc++-v3/ChangeLog | 11 +++++++++++
4 files changed, 72 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.