This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 5134bad11b9 c: avoid double-negative in warning message [PR94370]
new eff7e72815a Fortran: passing inquiry ref of complex array to assumed ra [...]
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/trans-expr.cc | 5 ++-
gcc/testsuite/gfortran.dg/assumed_rank_25.f90 | 51 +++++++++++++++++++++++++++
2 files changed, 55 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/assumed_rank_25.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 5a809d41965 [PATCH] PR modula2/116378 m2 bootstrap fails on x86_64-darwin
new 3851751ab96 [PATCH] modula2: change identifier names to avoid build warnings
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/StdChans.mod | 24 ++++++++++++------------
1 file changed, 12 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-14
in repository gcc.
from 056448490e4 [PATCH] PR modula2/115823 Wrong expansion of isnormal optab
new 407970fdd3f testsuite: arm: Use correct the expected asm in epilog-1.c test
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/arm/epilog-1.c | 4 +++-
1 file changed, 3 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 098a41cb972 gdbhooks: Handle references to vec* in VecPrinter
new 08bb92d6427 plugin: add missing colon in error message [PR93746]
new 67458ea1389 loop-prefetch: fix wording of warning [PR80760]
new 5134bad11b9 c: avoid double-negative in warning message [PR94370]
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/c/c-typeck.cc | 4 ++--
gcc/plugin.cc | 2 +-
gcc/testsuite/gcc.dg/format/proto.c | 4 ++--
gcc/testsuite/gcc.dg/tree-ssa/pr79803.c | 2 +-
gcc/tree-ssa-loop-prefetch.cc | 2 +-
5 files changed, 7 insertions(+), 7 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 a22dfe208d9 RISC-V: Refactor the testcases for RVV gather/scatter
new 098a41cb972 gdbhooks: Handle references to vec* in VecPrinter
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/gdbhooks.py | 9 +++++++--
1 file changed, 7 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 releases/gcc-14
in repository gcc.
from bcb8f401101 [PATCH] PR modula2/116048 ICE when encountering wrong kind [...]
new 0891093e65c [PATCH] modula2: Add GNU flex as a build and install prerequisite.
new 2665f3e027d [PATCH] modula2: Improve error message to include symbol name.
new 056448490e4 [PATCH] PR modula2/115823 Wrong expansion of isnormal optab
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/doc/install.texi | 4 ++++
gcc/m2/gm2-compiler/M2StateCheck.mod | 2 +-
gcc/m2/gm2-gcc/m2builtins.cc | 4 ++--
.../gm2/builtins/run/pass/testisnormal.def | 5 +++++
.../gm2/builtins/run/pass/testisnormal.mod | 2 +-
gcc/testsuite/gm2/builtins/run/pass/testsinl.def | 5 +++++
gcc/testsuite/gm2/builtins/run/pass/testsinl.mod | 23 ++++++++++++++++++++++
7 files changed, 41 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gm2/builtins/run/pass/testisnormal.def
create mode 100644 gcc/testsuite/gm2/builtins/run/pass/testsinl.def
create mode 100644 gcc/testsuite/gm2/builtins/run/pass/testsinl.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 releases/gcc-14
in repository gcc.
from 99d537558eb [PATCH] PR modula2/115957 ICE on procedure local const declaration
new bcb8f401101 [PATCH] PR modula2/116048 ICE when encountering wrong kind [...]
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/Make-lang.in | 4 +
gcc/m2/gm2-compiler/M2Quads.mod | 45 ++--
gcc/m2/gm2-compiler/M2StateCheck.def | 154 ++++++++++++
gcc/m2/gm2-compiler/M2StateCheck.mod | 344 ++++++++++++++++++++++++++
gcc/m2/gm2-compiler/P3Build.bnf | 65 +++--
gcc/m2/gm2-compiler/PCBuild.bnf | 45 ++--
gcc/m2/gm2-gcc/init.cc | 4 +
gcc/testsuite/gm2/errors/fail/array1.mod | 5 +
gcc/testsuite/gm2/errors/fail/badtype.mod | 10 +
gcc/testsuite/gm2/errors/fail/badvar.mod | 10 +
gcc/testsuite/gm2/errors/fail/errors-fail.exp | 2 +-
gcc/testsuite/gm2/errors/fail/testfio.mod | 8 +
gcc/testsuite/gm2/errors/fail/testparam.mod | 5 +
13 files changed, 645 insertions(+), 56 deletions(-)
create mode 100644 gcc/m2/gm2-compiler/M2StateCheck.def
create mode 100644 gcc/m2/gm2-compiler/M2StateCheck.mod
create mode 100644 gcc/testsuite/gm2/errors/fail/badtype.mod
create mode 100644 gcc/testsuite/gm2/errors/fail/badvar.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 releases/gcc-14
in repository gcc.
from 93a1cf32964 Daily bump.
new 99d537558eb [PATCH] PR modula2/115957 ICE on procedure local const declaration
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/M2StackAddress.mod | 11 +++++---
gcc/m2/gm2-compiler/PCBuild.bnf | 40 +++++++++++++++++++++---------
gcc/m2/gm2-compiler/PCSymBuild.def | 38 +++++-----------------------
gcc/m2/gm2-compiler/PCSymBuild.mod | 18 +++++++++++++-
gcc/testsuite/gm2/errors/fail/badconst.mod | 19 ++++++++++++++
gcc/testsuite/gm2/pim/fail/tinyadr.mod | 12 +++++++++
6 files changed, 90 insertions(+), 48 deletions(-)
create mode 100644 gcc/testsuite/gm2/errors/fail/badconst.mod
create mode 100644 gcc/testsuite/gm2/pim/fail/tinyadr.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 ae7c0475f10 ada: Do not use ATTR_ADDR_EXPR for 'Unrestricted_Access
new 1729147f2b1 improve std::deque::_M_reallocate_map
new 1802669b76c RISC-V: Fix incorrect optimization options passing to gathe [...]
new a22dfe208d9 RISC-V: Refactor the testcases for RVV gather/scatter
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/g++.dg/tree-ssa/deque-1.C | 9 +++++++++
gcc/testsuite/g++.dg/tree-ssa/deque-2.C | 10 ++++++++++
.../rvv/autovec/gather-scatter/gather_load_64-12-zvbb.c | 2 +-
.../riscv/rvv/autovec/gather-scatter/strided_load-1.c | 9 +++++++--
.../riscv/rvv/autovec/gather-scatter/strided_load-2.c | 16 ++++++++++++++--
.../riscv/rvv/autovec/gather-scatter/strided_store-1.c | 9 +++++++--
.../riscv/rvv/autovec/gather-scatter/strided_store-2.c | 2 +-
gcc/testsuite/gcc.target/riscv/rvv/rvv.exp | 2 +-
libstdc++-v3/include/bits/deque.tcc | 4 ++++
libstdc++-v3/include/bits/stl_deque.h | 7 ++++++-
10 files changed, 60 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/tree-ssa/deque-1.C
create mode 100644 gcc/testsuite/g++.dg/tree-ssa/deque-2.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.