This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-15
in repository gcc.
from 1e9255f7b35 [PATCH] PR modula2/120389 Assigning wrong type to an array [...]
new b355c295cab [PATCH] PR modula2/120497: error is generated for good code [...]
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/M2Range.mod | 64 +++++++++++++++++++++---------
gcc/testsuite/gm2/pim/pass/ReturnType.mod | 17 ++++++++
gcc/testsuite/gm2/pim/pass/ReturnType2.mod | 19 +++++++++
3 files changed, 82 insertions(+), 18 deletions(-)
create mode 100644 gcc/testsuite/gm2/pim/pass/ReturnType.mod
create mode 100644 gcc/testsuite/gm2/pim/pass/ReturnType2.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-15
in repository gcc.
from ead967d92ae Fortran: Fix ICE in ASSOCIATE with user defined operator [P [...]
new 1e9255f7b35 [PATCH] PR modula2/120389 Assigning wrong type to an array [...]
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/M2Check.def | 3 +-
gcc/m2/gm2-compiler/M2Check.mod | 522 +++++++++++++++++++++--------
gcc/m2/gm2-compiler/M2GenGCC.mod | 88 +++--
gcc/m2/gm2-compiler/M2MetaError.def | 6 +-
gcc/m2/gm2-compiler/M2Options.def | 16 +
gcc/m2/gm2-compiler/M2Options.mod | 22 ++
gcc/m2/gm2-compiler/M2Quads.mod | 141 +++++---
gcc/m2/gm2-compiler/M2Range.def | 18 +
gcc/m2/gm2-compiler/M2Range.mod | 248 +++++++++++---
gcc/m2/gm2-gcc/m2options.h | 2 +
gcc/testsuite/gm2/pim/fail/testcharint.mod | 8 +
gcc/testsuite/gm2/pim/fail/testindrx.mod | 8 +
gcc/testsuite/gm2/pim/pass/testxindr.mod | 17 +
gcc/testsuite/gm2/pim/pass/testxindr2.mod | 17 +
gcc/testsuite/gm2/pim/pass/testxindr3.mod | 15 +
15 files changed, 850 insertions(+), 281 deletions(-)
create mode 100644 gcc/testsuite/gm2/pim/fail/testcharint.mod
create mode 100644 gcc/testsuite/gm2/pim/fail/testindrx.mod
create mode 100644 gcc/testsuite/gm2/pim/pass/testxindr.mod
create mode 100644 gcc/testsuite/gm2/pim/pass/testxindr2.mod
create mode 100644 gcc/testsuite/gm2/pim/pass/testxindr3.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 bc5570f7ef7 tree-optimization/121049 - avoid loop masking with even/odd [...]
new 7096495e93f i386: Use CONST_VECTOR_P predicate instead of open coding it
new ad54b8527d2 i386: Use SYMBOL_REF_P predicate instead of open coding it
new 8a649254dd5 i386: Use LABEL_REF_P predicate instead of open coding it
new c35018532a0 i386: Use various predicates instead of open coding them
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/i386/i386-expand.cc | 58 +++++++++++++--------------
gcc/config/i386/i386-features.cc | 4 +-
gcc/config/i386/i386.cc | 85 ++++++++++++++++++++--------------------
gcc/config/i386/i386.h | 4 +-
gcc/config/i386/i386.md | 4 +-
gcc/config/i386/predicates.md | 26 ++++++------
gcc/config/i386/sse.md | 2 +-
7 files changed, 91 insertions(+), 92 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 4d6c3f3b4fb ifconv: simple factor out operators while doing ifcvt [PR119920]
new bc5570f7ef7 tree-optimization/121049 - avoid loop masking with even/odd [...]
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/internal-fn.cc | 27 +++++++++++++++++++++++++++
gcc/internal-fn.h | 1 +
gcc/testsuite/gcc.dg/vect/pr121049.c | 25 +++++++++++++++++++++++++
gcc/tree-vect-stmts.cc | 15 +++++++++++++++
4 files changed, 68 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/vect/pr121049.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 newlib.
from 2abb929f0 Cygwin: clocks: Implement CLOCK_TAI
new 78b17c4d5 Cygwin: testsuite: link cygload with --disable-high-entropy-va
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:
winsup/testsuite/mingw/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 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 main
in repository newlib.
from 2abb929f0 Cygwin: clocks: Implement CLOCK_TAI
new 78b17c4d5 Cygwin: testsuite: link cygload with --disable-high-entropy-va
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:
winsup/testsuite/mingw/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 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 releases/gcc-15
in repository gcc.
from 426e9cf512f i386: Decouple AMX-AVX512 from AVX10.2 and imply AVX512F
new ead967d92ae Fortran: Fix ICE in ASSOCIATE with user defined operator [P [...]
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/interface.cc | 7 +++++
gcc/testsuite/gfortran.dg/associate_75.f90 | 50 ++++++++++++++++++++++++++++++
2 files changed, 57 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/associate_75.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 746767afe3e Daily bump.
new 4ba8f2102fe Fortran: Fix ICE in ASSOCIATE with user defined operator [P [...]
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/interface.cc | 7 +++++
gcc/testsuite/gfortran.dg/associate_75.f90 | 50 ++++++++++++++++++++++++++++++
2 files changed, 57 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/associate_75.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 master
in repository binutils-gdb.
from 50c1c57426d gas: improve --gsframe documentation
new 69b067872be gdb: remove unused includes in break-*.c
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/break-catch-load.c | 1 -
gdb/break-catch-sig.c | 2 --
gdb/break-catch-syscall.c | 1 -
gdb/break-catch-throw.c | 4 ----
gdb/break-cond-parse.c | 1 -
5 files changed, 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.