This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 4abac2ffdb0 lto: Add an entry for cold attribute to lto_gnu_attributes
new 84854ce5b84 OpenMP: Bug fixes for comparing context selectors
new 9a2116f9115 OpenMP: Pass a 3-way flag to omp_check_context_selector ins [...]
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/c/c-parser.cc | 6 ++++--
gcc/cp/parser.cc | 6 ++++--
gcc/fortran/trans-openmp.cc | 5 +++--
gcc/omp-general.cc | 44 ++++++++++++++++++++++++++++++++++++++------
gcc/omp-general.h | 6 +++++-
5 files changed, 54 insertions(+), 13 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 8e745eac7db gdb/dwarf: rename cooked_index::m_vector to m_shards
new d96a6c755fa gdb: remove check for minimal symbols in 'start_command'
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/infcmd.c | 6 ------
1 file changed, 6 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 c74e7f651a0 c++: Reject cdtors and conversion operators with a single * [...]
new 4abac2ffdb0 lto: Add an entry for cold attribute to lto_gnu_attributes
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/ipa-fnsummary.cc | 3 +++
gcc/lto/lto-lang.cc | 13 +++++++++++++
2 files changed, 16 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 binutils-gdb.
from 83c30fcc4d1 RISC-V: Add .bfloat16 directive
new 6c6492e7d34 gdb/dwarf: remove cooked_index::vec_type
new 8e745eac7db gdb/dwarf: rename cooked_index::m_vector to m_shards
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:
gdb/dwarf2/cooked-index.c | 31 ++++++++++++++++---------------
gdb/dwarf2/cooked-index.h | 16 ++++++----------
2 files changed, 22 insertions(+), 25 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 e8c5013b6b7 sarif-replay: fix off-by-one in handling of "endColumn" (§3 [...]
new c74e7f651a0 c++: Reject cdtors and conversion operators with a single * [...]
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 | 50 +++++++++++++++++------
gcc/testsuite/g++.dg/parse/constructor4.C | 54 +++++++++++++++++++++++++
gcc/testsuite/g++.dg/parse/constructor5.C | 48 ++++++++++++++++++++++
gcc/testsuite/g++.dg/parse/conv_op2.C | 10 +++++
gcc/testsuite/g++.dg/parse/default_to_int.C | 37 +++++++++++++++++
gcc/testsuite/g++.old-deja/g++.jason/operator.C | 2 +-
6 files changed, 187 insertions(+), 14 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/parse/constructor4.C
create mode 100644 gcc/testsuite/g++.dg/parse/constructor5.C
create mode 100644 gcc/testsuite/g++.dg/parse/conv_op2.C
create mode 100644 gcc/testsuite/g++.dg/parse/default_to_int.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 0f8fd6b3361 Synchronize include/dwarf2.def with binutils
new e8c5013b6b7 sarif-replay: fix off-by-one in handling of "endColumn" (§3 [...]
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/libsarifreplay.cc | 2 +-
.../2.1.0-valid/error-with-note.sarif | 4 ++--
.../2.1.0-valid/malloc-vs-local-4.c.sarif | 24 +++++++++++-----------
.../2.1.0-valid/signal-1.c.moved.sarif | 14 ++++++-------
.../sarif-replay.dg/2.1.0-valid/signal-1.c.sarif | 14 ++++++-------
5 files changed, 29 insertions(+), 29 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 0a1d2ea5772 tree-optimization/118817 - missed folding of PRE inserted code
new 0f8fd6b3361 Synchronize include/dwarf2.def with binutils
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/dwarf2.def | 2 ++
1 file changed, 2 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 1bfab1dc79b testsuite: Fix g++.dg/modules/adl-5
new 0a1d2ea5772 tree-optimization/118817 - missed folding of PRE inserted code
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/g++.dg/lto/pr118817_0.C | 17 ++++++
gcc/tree-ssa-pre.cc | 111 ++++++++++++----------------------
gcc/tree-ssa-sccvn.cc | 13 +++-
3 files changed, 65 insertions(+), 76 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/lto/pr118817_0.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 7317fc0b033 x86: Correct ASM_OUTPUT_SYMBOL_REF
new ef83fae50d8 c++: Fix use-after-free of replaced friend instantiation [P [...]
new 1bfab1dc79b testsuite: Fix g++.dg/modules/adl-5
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/pt.cc | 11 +++++++++++
gcc/testsuite/g++.dg/modules/{adl-5_a.c => adl-5_a.C} | 0
gcc/testsuite/g++.dg/modules/adl-5_d.C | 5 +++--
gcc/testsuite/g++.dg/modules/pr118807.C | 11 +++++++++++
4 files changed, 25 insertions(+), 2 deletions(-)
rename gcc/testsuite/g++.dg/modules/{adl-5_a.c => adl-5_a.C} (100%)
create mode 100644 gcc/testsuite/g++.dg/modules/pr118807.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 0399e3e54a2 config.gcc: Support mips*64*-linux-muslabi64 as ABI64 by default
new 7317fc0b033 x86: Correct ASM_OUTPUT_SYMBOL_REF
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/i386/i386.h | 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 master
in repository gcc.
from 86b9abc8293 MIPS: Add some floating point instructions support for MIPSr6
new 0399e3e54a2 config.gcc: Support mips*64*-linux-muslabi64 as ABI64 by default
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.gcc | 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 master
in repository gcc.
from b7008552b49 libphobos: Disable libphobos.phobos/std/concurrency.d on ma [...]
new 86b9abc8293 MIPS: Add some floating point instructions support for MIPSr6
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/i6400.md | 8 ++---
gcc/config/mips/mips.cc | 24 +++++++++++++
gcc/config/mips/mips.h | 4 +++
gcc/config/mips/mips.md | 52 +++++++++++++++++++++++++--
gcc/config/mips/p6600.md | 8 ++---
gcc/testsuite/gcc.target/mips/mips-class.c | 17 +++++++++
gcc/testsuite/gcc.target/mips/mips-minamaxa.c | 31 ++++++++++++++++
gcc/testsuite/gcc.target/mips/mips-rint.c | 17 +++++++++
8 files changed, 151 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/mips/mips-class.c
create mode 100644 gcc/testsuite/gcc.target/mips/mips-minamaxa.c
create mode 100644 gcc/testsuite/gcc.target/mips/mips-rint.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 a9f5e8b6b Add entry a88677edc0792534ba3157bf7d7a1b98e470f2fb from https [...]
new 43e34cfc0 Add entry a88677edc0792534ba3157bf7d7a1b98e470f2fb 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/sha1/a88677edc0792534ba3157bf7d7a1b98e470f2fb/jira/description | 5 +++++
llvm/sha1/a88677edc0792534ba3157bf7d7a1b98e470f2fb/jira/yaml | 5 +++++
llvm/sha1/a88677edc0792534ba3157bf7d7a1b98e470f2fb/status.txt | 5 +++++
.../llvm-aarch64-master-O3/details.txt} | 6 ++----
.../llvm-aarch64-master-O3/reproduction_instructions.txt | 0
.../llvm-aarch64-master-O3/status-summary.txt | 1 +
.../tcwg_bmk-qc_speed-cpu2017rate/llvm-aarch64-master-O3/status.txt | 6 +++---
.../tcwg_bmk-qc_speed-cpu2017rate/status-summary.txt | 1 +
.../tcwg_bmk-qc_speed-cpu2017rate/status.txt | 6 +++---
9 files changed, 25 insertions(+), 10 deletions(-)
copy llvm/sha1/{1c26e2b6f90253efdf38a5a70d011722d4eb1216/tcwg_bmk-code_size-cpu201 [...]
copy llvm/sha1/{0548481856e75998e1de329f5c9722dcf1ca5c84/tcwg_bmk-code_vect-spec2k [...]
create mode 100644 llvm/sha1/a88677edc0792534ba3157bf7d7a1b98e470f2fb/tcwg_bmk-qc_ [...]
copy llvm/sha1/{a292e7edf8b2fc51d3e86a96ff5dff45d16bd264 => a88677edc0792534ba3157 [...]
create mode 100644 llvm/sha1/a88677edc0792534ba3157bf7d7a1b98e470f2fb/tcwg_bmk-qc_ [...]
copy llvm/sha1/{96bb375f5cedcfcc5dcd96296ba54ff933b39d4d => a88677edc0792534ba3157 [...]
--
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 869e3f97b Add entry ff9c041d96afdf378d11c14bea60de8437f4fbcc from https [...]
new a9f5e8b6b Add entry a88677edc0792534ba3157bf7d7a1b98e470f2fb 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-qc_speed-cpu2017rate/llvm-aarch64-master-O3}/build_url | 2 +-
.../llvm-aarch64-master-O3}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy llvm/sha1/{2c93e3c1c8ba70694bc0d3fd71ac90836a147f2d/tcwg_bmk-qc_speed-cpu2017 [...]
copy llvm/sha1/a88677edc0792534ba3157bf7d7a1b98e470f2fb/{tcwg_bmk-code_size-cpu201 [...]
--
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 d171f214a43 testsuite: LoongArch: Remove from btrunc, ceil, and floor e [...]
new b7008552b49 libphobos: Disable libphobos.phobos/std/concurrency.d on ma [...]
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:
libphobos/testsuite/libphobos.phobos/phobos.exp | 2 ++
libphobos/testsuite/libphobos.phobos_shared/phobos_shared.exp | 2 ++
2 files changed, 4 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 30a3a557a54 i386: Fix AVX512BW intrin header with __OPTIMIZE__ [PR 118813]
new d171f214a43 testsuite: LoongArch: Remove from btrunc, ceil, and floor e [...]
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/lib/target-supports.exp | 24 ++++++++----------------
1 file changed, 8 insertions(+), 16 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 3f61a38b5e8 RISC-V: Move all global static target stuff into private da [...]
new 83c30fcc4d1 RISC-V: Add .bfloat16 directive
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:
gas/config/tc-riscv.c | 3 ++-
gas/doc/c-riscv.texi | 10 ++++++++++
gas/testsuite/gas/riscv/bfloat16-be.d | 10 ++++++++++
gas/testsuite/gas/riscv/bfloat16-le.d | 10 ++++++++++
gas/testsuite/gas/riscv/bfloat16.s | 21 +++++++++++++++++++++
5 files changed, 53 insertions(+), 1 deletion(-)
create mode 100644 gas/testsuite/gas/riscv/bfloat16-be.d
create mode 100644 gas/testsuite/gas/riscv/bfloat16-le.d
create mode 100644 gas/testsuite/gas/riscv/bfloat16.s
--
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 e90210d9bb2 Automatic date update in version.in
new 3f61a38b5e8 RISC-V: Move all global static target stuff into private da [...]
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:
opcodes/disassemble.c | 2 +-
opcodes/disassemble.h | 1 -
opcodes/riscv-dis.c | 336 ++++++++++++++++++++++++++------------------------
3 files changed, 178 insertions(+), 161 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-14
in repository gcc.
from 818b5cac394 Daily bump.
new cec0326137e i386: Fix AVX512BW intrin header with __OPTIMIZE__ [PR 118813]
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/i386/avx512bwintrin.h | 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 master
in repository gcc.
from 3c5422e719d PR modula2/118761: gm2 driver doesnt behave as gcc for -fhelp=BLA
new 30a3a557a54 i386: Fix AVX512BW intrin header with __OPTIMIZE__ [PR 118813]
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/i386/avx512bwintrin.h | 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 master
in repository gcc.
from a7ccad4a2e0 Daily bump.
new 3c5422e719d PR modula2/118761: gm2 driver doesnt behave as gcc for -fhelp=BLA
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/m2/gm2spec.cc | 6 ++++++
1 file changed, 6 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 releases/gcc-14
in repository gcc.
from 7cb02244244 i386: Fix ICE with conditional QI/HI vector maxmin [PR118776]
new 818b5cac394 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 | 93 ++++++++++++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 48 ++++++++++++++++++++++++
gcc/d/ChangeLog | 10 +++++
gcc/testsuite/ChangeLog | 98 +++++++++++++++++++++++++++++++++++++++++++++++++
5 files changed, 250 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 612983be193 Daily bump.
new 2584bcd9ad5 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 +-
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 e15b19691bb Daily bump.
new 53b84cff8c6 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 +-
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 master
in repository gcc.
from d5c72da62d2 libbacktrace: add cast to avoid undefined shift
new a7ccad4a2e0 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 | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 12 ++++++++++++
gcc/testsuite/ChangeLog | 35 +++++++++++++++++++++++++++++++++++
libbacktrace/ChangeLog | 5 +++++
5 files changed, 102 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.