This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 780720f04b0 testsuite/52641 - Skip test cases that are not 16-bit clean.
new 02fff24e2c6 c: Fix up __builtin_stdc_rotate_{left,right} lowering [PR117456]
new 8663fc1c282 c-family: Fix ICE with __sync_*_and_* on _BitInt [PR117641]
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-family/c-common.cc | 7 +-
gcc/c/c-fold.cc | 3 +-
gcc/c/c-parser.cc | 34 +++++++-
gcc/testsuite/gcc.dg/bitint-115.c | 9 ++
gcc/testsuite/gcc.dg/builtin-stdc-rotate-4.c | 120 +++++++++++++++++++++++++++
5 files changed, 168 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/bitint-115.c
create mode 100644 gcc/testsuite/gcc.dg/builtin-stdc-rotate-4.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 glibc.
from 7f045c0b48 htl: move pthread_attr_init into libc.
new 229265cc2c powerpc: Improve the inline asm for syscall wrappers
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:
sysdeps/unix/sysv/linux/powerpc/sysdep.h | 42 +++++++++++++++++---------------
1 file changed, 22 insertions(+), 20 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 8b02cc9a4f2 c: fix incorrect TBAA for tagged types across translation u [...]
new 780720f04b0 testsuite/52641 - Skip test cases that are not 16-bit clean.
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.dg/torture/pr116488.c | 2 ++
gcc/testsuite/gcc.dg/torture/pr116915.c | 1 +
2 files changed, 3 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 112d1843481 [PATCH] PR modula2/115003 exporting a symbol to outer scope [...]
new 399065ea442 [PATCH] PR modula2/115057 TextIO.ReadRestLine raises an exc [...]
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-libs-iso/TextIO.mod | 13 ++++++++-----
gcc/m2/gm2-libs-iso/TextUtil.def | 6 +++++-
gcc/m2/gm2-libs-iso/TextUtil.mod | 6 +++++-
gcc/testsuite/gm2/isolib/run/pass/testrestline.mod | 20 ++++++++++++++++++++
gcc/testsuite/gm2/isolib/run/pass/testrestline2.mod | 17 +++++++++++++++++
gcc/testsuite/gm2/isolib/run/pass/testrestline3.mod | 16 ++++++++++++++++
6 files changed, 71 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gm2/isolib/run/pass/testrestline.mod
create mode 100644 gcc/testsuite/gm2/isolib/run/pass/testrestline2.mod
create mode 100644 gcc/testsuite/gm2/isolib/run/pass/testrestline3.mod
--
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 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.