This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 51d12cc4b60 Enable symbolic backtraces on more Linux and BSD ports
new 8b02cc9a4f2 c: fix incorrect TBAA for tagged types across translation u [...]
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/c/c-typeck.cc | 4 +++-
gcc/testsuite/gcc.dg/gnu23-tag-alias-4.c | 8 ++++----
gcc/testsuite/gcc.dg/gnu23-tag-alias-7.c | 6 ++++--
gcc/testsuite/gcc.dg/guality/zero-length-array.c | 4 +++-
gcc/testsuite/gcc.dg/pr117490.c | 25 ++++++++++++++++++++++++
5 files changed, 39 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr117490.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 releases/gcc-12
in repository gcc.
from 2bca9b85f45 Daily bump.
new 540c0c7c424 i386: Enable *rsqrtsf2_sse without TARGET_SSE_MATH [PR117357]
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.md | 2 +-
gcc/testsuite/gcc.target/i386/pr117357.c | 7 +++++++
2 files changed, 8 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr117357.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 c4156864611 RISC-V: testsuite: fix old-style function definition error [NFC]
new 51d12cc4b60 Enable symbolic backtraces on more Linux and BSD ports
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/ada/Makefile.rtl | 35 +++++++++++++++++++++++++++--------
1 file changed, 27 insertions(+), 8 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 57df36f0365 fold-const: Fix BIT_INSERT_EXPR folding for BYTES_BIG_ENDIA [...]
new 724dbdad0d2 i386: Enable *rsqrtsf2_sse without TARGET_SSE_MATH [PR117357]
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.md | 2 +-
gcc/testsuite/gcc.target/i386/pr117357.c | 7 +++++++
2 files changed, 8 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr117357.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 49f4e96996e AVR: Use more bool.
new 9f7b323caab AVR: Overhaul shift insns.
new c4156864611 RISC-V: testsuite: fix old-style function definition error [NFC]
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/avr/avr.cc | 1531 ++++++++------------
gcc/config/avr/avr.md | 158 +-
.../vect/costmodel/riscv/rvv/dynamic-lmul-ice-3.c | 4 +-
gcc/testsuite/gcc.target/avr/torture/shift-l-u16.c | 25 +
gcc/testsuite/gcc.target/avr/torture/shift-l-u24.c | 25 +
gcc/testsuite/gcc.target/avr/torture/shift-l-u32.c | 25 +
gcc/testsuite/gcc.target/avr/torture/shift-l-u8.c | 25 +
gcc/testsuite/gcc.target/avr/torture/shift-r-i16.c | 25 +
gcc/testsuite/gcc.target/avr/torture/shift-r-i24.c | 25 +
gcc/testsuite/gcc.target/avr/torture/shift-r-i32.c | 25 +
gcc/testsuite/gcc.target/avr/torture/shift-r-i8.c | 25 +
gcc/testsuite/gcc.target/avr/torture/shift-r-u16.c | 25 +
gcc/testsuite/gcc.target/avr/torture/shift-r-u24.c | 25 +
gcc/testsuite/gcc.target/avr/torture/shift-r-u32.c | 25 +
gcc/testsuite/gcc.target/avr/torture/shift-r-u8.c | 25 +
gcc/testsuite/gcc.target/avr/torture/test-shift.h | 125 ++
16 files changed, 1143 insertions(+), 975 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/avr/torture/shift-l-u16.c
create mode 100644 gcc/testsuite/gcc.target/avr/torture/shift-l-u24.c
create mode 100644 gcc/testsuite/gcc.target/avr/torture/shift-l-u32.c
create mode 100644 gcc/testsuite/gcc.target/avr/torture/shift-l-u8.c
create mode 100644 gcc/testsuite/gcc.target/avr/torture/shift-r-i16.c
create mode 100644 gcc/testsuite/gcc.target/avr/torture/shift-r-i24.c
create mode 100644 gcc/testsuite/gcc.target/avr/torture/shift-r-i32.c
create mode 100644 gcc/testsuite/gcc.target/avr/torture/shift-r-i8.c
create mode 100644 gcc/testsuite/gcc.target/avr/torture/shift-r-u16.c
create mode 100644 gcc/testsuite/gcc.target/avr/torture/shift-r-u24.c
create mode 100644 gcc/testsuite/gcc.target/avr/torture/shift-r-u32.c
create mode 100644 gcc/testsuite/gcc.target/avr/torture/shift-r-u8.c
create mode 100644 gcc/testsuite/gcc.target/avr/torture/test-shift.h
--
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 c9530a0e24e RISC-V: Tie MUL and DIV masks to the M extension
new 49f4e96996e AVR: Use more bool.
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/avr/avr-protos.h | 6 +++---
gcc/config/avr/avr.cc | 28 ++++++++++++++--------------
gcc/config/avr/avr.h | 22 +++++++++++-----------
3 files changed, 28 insertions(+), 28 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 main
in repository newlib.
from dbb8069df Cygwin: check_dir_not_empty: Avoid leaving the allocated buffer.
new b09ff5a64 Add libaio to SUBLIBS built for Cygwin
new b2672642c Add Windows Server 2025 build number
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:
winsup/cygwin/Makefile.am | 6 +++++-
winsup/cygwin/release/3.6.0 | 3 +++
winsup/utils/mingw/cygcheck.cc | 2 ++
3 files changed, 10 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 ceddd28d41f testsuite: robustify gcc.target/m68k/20100512-1.c
new c9530a0e24e RISC-V: Tie MUL and DIV masks to the M extension
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 | 6 +++++-
1 file changed, 5 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 b111b55f5bd libstdc++: remove JSON comment.
new f74f52642fc fortran: Inline MINLOC/MAXLOC with DIM and scalar MASK [PR90608]
new ceddd28d41f testsuite: robustify gcc.target/m68k/20100512-1.c
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/fortran/trans-intrinsic.cc | 35 +++--
gcc/testsuite/gcc.target/m68k/20100512-1.c | 2 +
gcc/testsuite/gfortran.dg/maxloc_bounds_8.f90 | 4 +-
gcc/testsuite/gfortran.dg/minmaxloc_20.f90 | 182 ++++++++++++++++++++++++++
4 files changed, 211 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/minmaxloc_20.f90
--
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 4d27dd15c44 Daily bump.
new 112d1843481 [PATCH] PR modula2/115003 exporting a symbol to outer scope [...]
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/gm2-compiler/SymbolTable.mod | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.