This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 7a06d389e24 zlib: update ChangeLog
new 00726defcd8 Extend gimple_fold_inplace API
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/gimple-fold.cc | 4 ++--
gcc/gimple-fold.h | 8 ++++----
2 files changed, 6 insertions(+), 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 df82965344f i386: Fix typo in diagnostic about simultaneous regparm and [...]
new 0f93b290938 cobol: Eliminate various errors. [PR120244]
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/cobol/genapi.cc | 12 ++++++++++--
gcc/cobol/scan.l | 21 +++++++++++----------
gcc/cobol/scan_ante.h | 5 ++++-
3 files changed, 25 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 gcc.
from ff6f7d8e005 tree-optimization/121320 - UBSAN error in ao_ref_init_from_ [...]
new ccead81bbc3 i386: Ignore regparm attribute and warn for it in 64-bit mode
new 55e71d2a553 i386: Fix incorrect comment about stdcall and fastcall comp [...]
new 3b146853a3e i386: Fix incorrect handling of simultaneous regparm and th [...]
new df82965344f i386: Fix typo in diagnostic about simultaneous regparm and [...]
The 4 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-options.cc | 35 ++++++++++---------
gcc/testsuite/g++.dg/abi/regparm1.C | 2 +-
gcc/testsuite/gcc.target/i386/20020224-1.c | 1 +
gcc/testsuite/gcc.target/i386/attributes-error.c | 41 +++++++++++++++++++----
gcc/testsuite/gcc.target/i386/attributes-ignore.c | 8 +++++
gcc/testsuite/gcc.target/i386/pr103785.c | 5 ++-
gcc/testsuite/gcc.target/i386/pr15184-2.c | 2 +-
gcc/testsuite/gcc.target/i386/pr36533.c | 24 ++++++++++---
gcc/testsuite/gcc.target/i386/pr59099.c | 9 ++++-
gcc/testsuite/gcc.target/i386/sibcall-8.c | 14 +++++---
gcc/testsuite/gcc.target/i386/sw-1.c | 5 ++-
11 files changed, 110 insertions(+), 36 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/attributes-ignore.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 479446beb4d testsuite: Add runtime test for FMV resolvers
new 0be8ffbc854 tree-optimization/121323 - UBSAN error in ao_ref_init_from_ [...]
new ff6f7d8e005 tree-optimization/121320 - UBSAN error in ao_ref_init_from_ [...]
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/tree-ssa-alias.cc | 4 +++-
gcc/tree-ssa-sccvn.cc | 4 ++--
2 files changed, 5 insertions(+), 3 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 1afe5101b17 x86: Transform to "pushq $-1; popq reg" for -Oz
new d026df50a6d testsuite: Fix gcc.target/powerpc/vsx-builtin-7.c test [PR119382]
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/gcc.target/powerpc/vsx-builtin-7.c | 10 +++++++++-
1 file changed, 9 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-15
in repository gcc.
from c70696b3daa [RISC-V] Fix wrong CFA during stack probe
new 295dd134318 tree-optimization/121256 - re-instantiate check on SLP node
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/tree-vect-loop.cc | 27 +++++++++++++++------------
1 file changed, 15 insertions(+), 12 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 647bd0a0278 rs6000: Avoid undefined behavior caused by overflow and inv [...]
new a8461846adb aarch64: Stop using sys/ifunc.h header in libatomic and libgcc
new ccffdcbbe90 testsuite: Add tests for __init_cpu_features_constructor
new 479446beb4d testsuite: Add runtime test for FMV resolvers
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:
gcc/config/aarch64/aarch64.cc | 12 ++++
gcc/testsuite/g++.target/aarch64/mv-cpu-features.C | 82 ++++++++++++++++++++++
.../gcc.target/aarch64/ifunc-resolver-0.c | 12 ++++
.../gcc.target/aarch64/ifunc-resolver-1.c | 13 ++++
.../gcc.target/aarch64/ifunc-resolver-2.c | 14 ++++
.../gcc.target/aarch64/ifunc-resolver-3.c | 15 ++++
.../gcc.target/aarch64/ifunc-resolver-4.c | 16 +++++
gcc/testsuite/gcc.target/aarch64/ifunc-resolver.in | 48 +++++++++++++
libatomic/config/linux/aarch64/host-config.h | 12 ++--
libgcc/config/aarch64/cpuinfo.c | 46 +++++++++---
10 files changed, 257 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/g++.target/aarch64/mv-cpu-features.C
create mode 100644 gcc/testsuite/gcc.target/aarch64/ifunc-resolver-0.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/ifunc-resolver-1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/ifunc-resolver-2.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/ifunc-resolver-3.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/ifunc-resolver-4.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/ifunc-resolver.in
--
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 d52e9ef98bb aarch64: Prevent streaming-compatible code from assembler r [...]
new 51c03570b3e Add checks for node in aarch64 vector cost modeling
new 647bd0a0278 rs6000: Avoid undefined behavior caused by overflow and inv [...]
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/aarch64/aarch64.cc | 4 +++-
gcc/config/rs6000/rs6000.cc | 25 +++++++++++++++----------
gcc/config/rs6000/rs6000.md | 2 +-
3 files changed, 19 insertions(+), 12 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-15
in repository gcc.
from 46860078a0d change get_best_mode args int -> HOST_WIDE_INT [PR121264]
new c70696b3daa [RISC-V] Fix wrong CFA during stack probe
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/riscv/riscv.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.