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 d1e8df1447c Daily bump.
new 8547dab3cb6 ada: Fix bogus error in instantiation with formal package
new b3cf0bd9813 Add regression test
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/ada/sem_ch12.adb | 6 ++++-
gcc/testsuite/gnat.dg/specs/generic_inst1.ads | 32 +++++++++++++++++++++++++++
2 files changed, 37 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gnat.dg/specs/generic_inst1.ads
--
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 8b407d5c694 RISC-V: Add testcases for form 1 of scalar signed SAT_TRUNC
new 0c002cce5e0 Add regression test
new 8da27c7b3b8 Add regression test
new 5f0a381801b Add regression test
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/testsuite/gnat.dg/aggr31.adb | 17 ++++++++++++++
gcc/testsuite/gnat.dg/put_image1.adb | 21 ++++++++++++++++++
gcc/testsuite/gnat.dg/specs/generic_inst1.ads | 32 +++++++++++++++++++++++++++
3 files changed, 70 insertions(+)
create mode 100644 gcc/testsuite/gnat.dg/aggr31.adb
create mode 100644 gcc/testsuite/gnat.dg/put_image1.adb
create mode 100644 gcc/testsuite/gnat.dg/specs/generic_inst1.ads
--
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 0ab66f099bf x86/{,V}AES: adjust when to force EVEX encoding
new f9f57df85a5 Match: Support form 1 for scalar signed integer SAT_TRUNC
new 2291739ec43 Widening-Mul: Fix one bug of consume after phi node released
new 110ccfa5c88 RISC-V: Implement scalar SAT_TRUNC for signed integer
new 8b407d5c694 RISC-V: Add testcases for form 1 of scalar signed SAT_TRUNC
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/riscv/riscv-protos.h | 1 +
gcc/config/riscv/riscv.cc | 61 ++++++++++
gcc/config/riscv/riscv.md | 30 +++++
gcc/match.pd | 22 ++++
gcc/testsuite/gcc.target/riscv/sat_arith.h | 15 +++
gcc/testsuite/gcc.target/riscv/sat_arith_data.h | 110 +++++++++++++++++
...{sat_s_sub-1-i8.c => sat_s_trunc-1-i16-to-i8.c} | 18 ++-
...at_s_sub-1-i16.c => sat_s_trunc-1-i32-to-i16.c} | 22 ++--
...{sat_s_sub-1-i8.c => sat_s_trunc-1-i32-to-i8.c} | 18 ++-
...at_s_sub-1-i16.c => sat_s_trunc-1-i64-to-i16.c} | 22 ++--
...at_s_sub-1-i32.c => sat_s_trunc-1-i64-to-i32.c} | 22 ++--
...{sat_s_sub-1-i8.c => sat_s_trunc-1-i64-to-i8.c} | 18 ++-
...trunc-run-1.c => sat_s_trunc-run-1-i16-to-i8.c} | 8 +-
...runc-run-1.c => sat_s_trunc-run-1-i32-to-i16.c} | 8 +-
...trunc-run-1.c => sat_s_trunc-run-1-i32-to-i8.c} | 8 +-
...runc-run-1.c => sat_s_trunc-run-1-i64-to-i16.c} | 8 +-
...runc-run-1.c => sat_s_trunc-run-1-i64-to-i32.c} | 8 +-
...trunc-run-1.c => sat_s_trunc-run-1-i64-to-i8.c} | 8 +-
gcc/tree-ssa-math-opts.cc | 133 ++++++++++++++++-----
19 files changed, 419 insertions(+), 121 deletions(-)
copy gcc/testsuite/gcc.target/riscv/{sat_s_sub-1-i8.c => sat_s_trunc-1-i16-to-i8.c} (65%)
copy gcc/testsuite/gcc.target/riscv/{sat_s_sub-1-i16.c => sat_s_trunc-1-i32-to-i16 [...]
copy gcc/testsuite/gcc.target/riscv/{sat_s_sub-1-i8.c => sat_s_trunc-1-i32-to-i8.c} (65%)
copy gcc/testsuite/gcc.target/riscv/{sat_s_sub-1-i16.c => sat_s_trunc-1-i64-to-i16 [...]
copy gcc/testsuite/gcc.target/riscv/{sat_s_sub-1-i32.c => sat_s_trunc-1-i64-to-i32 [...]
copy gcc/testsuite/gcc.target/riscv/{sat_s_sub-1-i8.c => sat_s_trunc-1-i64-to-i8.c} (65%)
copy gcc/testsuite/gcc.target/riscv/{sat_u_trunc-run-1.c => sat_s_trunc-run-1-i16- [...]
copy gcc/testsuite/gcc.target/riscv/{sat_u_trunc-run-1.c => sat_s_trunc-run-1-i32- [...]
copy gcc/testsuite/gcc.target/riscv/{sat_u_trunc-run-1.c => sat_s_trunc-run-1-i32- [...]
copy gcc/testsuite/gcc.target/riscv/{sat_u_trunc-run-1.c => sat_s_trunc-run-1-i64- [...]
copy gcc/testsuite/gcc.target/riscv/{sat_u_trunc-run-1.c => sat_s_trunc-run-1-i64- [...]
copy gcc/testsuite/gcc.target/riscv/{sat_u_trunc-run-1.c => sat_s_trunc-run-1-i64- [...]
--
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 5779e040886 Daily bump.
new 965ee6a8221 x86/{,V}AES: adjust when to force EVEX encoding
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/sse.md | 8 ++++----
1 file changed, 4 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.
unknown user pushed a change to branch master
in repository gcc.
from c94adf02d31 aarch64: Expand CTZ to RBIT + CLZ for SVE [PR109498]
new 0ab66f099bf x86/{,V}AES: adjust when to force EVEX encoding
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/sse.md | 8 ++++----
1 file changed, 4 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.
unknown user pushed a change to branch master
in repository gcc.
from 60e99901aef LoongArch: Fix up r15-4130
new 34ae3a992a0 [RISC-V][PR target/116615] RISC-V: Use default LOGICAL_OP_N [...]
new c94adf02d31 aarch64: Expand CTZ to RBIT + CLZ for SVE [PR109498]
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-sve.md | 17 +++++++++
gcc/config/riscv/riscv.h | 2 --
gcc/testsuite/gcc.target/aarch64/sve/ctz.c | 49 ++++++++++++++++++++++++++
gcc/testsuite/gcc.target/riscv/cset-sext-sfb.c | 2 +-
4 files changed, 67 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/ctz.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 binutils-gdb.
from 16a6f7d2ee3 gdb: avoid breakpoint::clear_locations calls in update_brea [...]
new cd5e87850f3 gdb: include --enable-targets in 'show configuration' output
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/config.in | 3 +++
gdb/configure | 10 +++++++++-
gdb/configure.ac | 7 ++++++-
gdb/top.c | 5 +++++
4 files changed, 23 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 master
in repository binutils-gdb.
from e232c983323 [gdb/testsuite] Fix gdb.ada/tagged-lookup.exp with read1+readnow
new 16a6f7d2ee3 gdb: avoid breakpoint::clear_locations calls in update_brea [...]
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/breakpoint.c | 55 +++++++++----------
gdb/testsuite/gdb.multi/bp-thread-specific.exp | 24 +++++++++
gdb/testsuite/gdb.multi/inferior-specific-bp-1.c | 2 +-
gdb/testsuite/gdb.multi/inferior-specific-bp-2.c | 2 +-
gdb/testsuite/gdb.multi/inferior-specific-bp.exp | 67 ++++++++++++++++++++++++
5 files changed, 121 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 0ad2c76bea2 Fix parsing of substring refs in coarrays. [PR51815]
new 60e99901aef LoongArch: Fix up r15-4130
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/loongarch/loongarch.opt | 2 +-
gcc/config/loongarch/loongarch.opt.urls | 3 +++
2 files changed, 4 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 9252fc398c8 RISC-V: Add testcases for form 4 of scalar signed SAT_SUB
new 0ad2c76bea2 Fix parsing of substring refs in coarrays. [PR51815]
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/fortran/array.cc | 9 ++++--
gcc/fortran/match.h | 3 +-
gcc/fortran/primary.cc | 35 ++++++++++++++++-------
gcc/testsuite/gfortran.dg/coarray/substring_1.f90 | 16 +++++++++++
gcc/testsuite/gfortran.dg/pr102532.f90 | 16 +++++++----
5 files changed, 59 insertions(+), 20 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/coarray/substring_1.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.