This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 73d3bc34819 aarch64: Remove architecture dependencies from intrinsics
new 029c7ebe7f4 [modula2] Location improvement and bugfix when issuing para [...]
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/M2Quads.mod | 53 +++++++++++++++++--------------
gcc/m2/gm2-compiler/M2SymInit.mod | 2 --
gcc/testsuite/gm2/errors/fail/badabs.mod | 7 ++++
gcc/testsuite/gm2/errors/fail/badenum.mod | 8 +++++
4 files changed, 44 insertions(+), 26 deletions(-)
create mode 100644 gcc/testsuite/gm2/errors/fail/badabs.mod
create mode 100644 gcc/testsuite/gm2/errors/fail/badenum.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 8c79b49cd4f [PATCH] Fix tree-opt/110252: wrong code due to phiopt using [...]
new 73d3bc34819 aarch64: Remove architecture dependencies from intrinsics
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/aarch64/aarch64.h | 2 +-
gcc/config/aarch64/arm_acle.h | 2 +-
gcc/config/aarch64/arm_fp16.h | 2 +-
gcc/config/aarch64/arm_neon.h | 14 +++++++-------
gcc/testsuite/gcc.target/aarch64/feature-bf16-backport.c | 10 ++++++++++
.../gcc.target/aarch64/feature-dotprod-backport.c | 10 ++++++++++
gcc/testsuite/gcc.target/aarch64/feature-fp16-backport.c | 10 ++++++++++
.../gcc.target/aarch64/feature-fp16-scalar-backport.c | 10 ++++++++++
.../gcc.target/aarch64/feature-fp16fml-backport.c | 10 ++++++++++
gcc/testsuite/gcc.target/aarch64/feature-i8mm-backport.c | 10 ++++++++++
gcc/testsuite/gcc.target/aarch64/feature-memtag-backport.c | 10 ++++++++++
gcc/testsuite/gcc.target/aarch64/feature-sha3-backport.c | 10 ++++++++++
gcc/testsuite/gcc.target/aarch64/feature-sm4-backport.c | 10 ++++++++++
13 files changed, 100 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/feature-bf16-backport.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/feature-dotprod-backport.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/feature-fp16-backport.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/feature-fp16-scalar-backport.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/feature-fp16fml-backport.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/feature-i8mm-backport.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/feature-memtag-backport.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/feature-sha3-backport.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/feature-sm4-backport.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 344f4132202 libstdc++: Fix formatting of negative chrono::hh_mm_ss
new bf20b770d9a Fix PR110726: a | (a == b) can sometimes produce wrong code
new a86d5eca6a1 Add flow_sensitive_info_storage and use it in gimple-fold.
new 8c79b49cd4f [PATCH] Fix tree-opt/110252: wrong code due to phiopt using [...]
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/gimple-fold.cc | 17 +++---
gcc/match.pd | 12 +++-
gcc/testsuite/gcc.c-torture/execute/bitops-1.c | 33 +++++++++++
gcc/testsuite/gcc.c-torture/execute/pr110252-1.c | 15 +++++
gcc/testsuite/gcc.c-torture/execute/pr110252-2.c | 10 ++++
gcc/testsuite/gcc.c-torture/execute/pr110252-3.c | 13 +++++
gcc/testsuite/gcc.c-torture/execute/pr110252-4.c | 8 +++
gcc/testsuite/gcc.dg/tree-ssa/phi-opt-25b.c | 6 +-
gcc/tree-ssa-phiopt.cc | 51 ++++++++++++++++-
gcc/tree-ssanames.cc | 72 ++++++++++++++++++++++++
gcc/tree-ssanames.h | 21 +++++++
11 files changed, 238 insertions(+), 20 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/bitops-1.c
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr110252-1.c
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr110252-2.c
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr110252-3.c
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr110252-4.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.