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 a81f4e591fd Automatic date update in version.in
new b6a5604da00 [gdb/testsuite] Simplify gdb.base/complex-parts.exp
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/testsuite/gdb.base/complex-parts.exp | 81 +++++++++++++++++---------------
1 file changed, 42 insertions(+), 39 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 fec38d7987d rtl-ssa: Fix removal of order_nodes [PR115929]
new 9f966b6a8ff Fortran: Simplify len_trim with array ref and fix mapping b [...]
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/simplify.cc | 75 +++++++++++++++++++++++++++++++
gcc/fortran/trans-expr.cc | 18 +++++---
gcc/testsuite/gfortran.dg/pr84868.f90 | 84 +++++++++++++++++++++++++++++++++++
3 files changed, 171 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr84868.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 gcc.
from d9709fafb2c PR modula2/115957 ICE on procedure local const declaration
new a074780fce3 AVR: Overhaul add and sub insns that extend one operand.
new 9f9faebb8eb rtl-ssa: Enforce earlyclobbers on hard-coded clobbers [PR115891]
new 851ec9960b0 recog: restrict paradoxical mode punning in insn_propagatio [...]
new fec38d7987d rtl-ssa: Fix removal of order_nodes [PR115929]
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/avr/avr-protos.h | 2 +-
gcc/config/avr/avr.cc | 107 +++++++--
gcc/config/avr/avr.md | 264 ++++++----------------
gcc/recog.cc | 8 +
gcc/rtl-ssa/changes.cc | 60 ++++-
gcc/rtl-ssa/insns.cc | 5 +-
gcc/testsuite/gcc.dg/torture/pr115901.c | 14 ++
gcc/testsuite/gcc.dg/torture/pr115929-1.c | 45 ++++
gcc/testsuite/gcc.target/avr/torture/add-extend.c | 109 +++++++++
gcc/testsuite/gcc.target/avr/torture/sub-extend.c | 109 +++++++++
gcc/testsuite/gcc.target/i386/pr115891.c | 10 +
11 files changed, 517 insertions(+), 216 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr115901.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr115929-1.c
create mode 100644 gcc/testsuite/gcc.target/avr/torture/add-extend.c
create mode 100644 gcc/testsuite/gcc.target/avr/torture/sub-extend.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr115891.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-14
in repository gcc.
from c8fdef7fc25 [alpha] adjust MEM alignment for block move [PR115459]
new d702a957753 Fixup unaligned load/store cost for znver4
new 4a04110ec83 Fixup unaligned load/store cost for znver5
new ca275b68ef1 tree-optimization/115867 - ICE with simdcall vectorization [...]
new 6f74a5f5dc1 tree-optimization/115701 - factor out maybe_duplicate_ssa_i [...]
new e01012c459c tree-optimization/115701 - fix maybe_duplicate_ssa_info_at_copy
new 06829e593d2 tree-optimization/115843 - fix wrong-code with fully-masked [...]
new 59ed01d5e3d tree-optimization/115841 - reduction epilogue placement issue
The 7 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/x86-tune-costs.h | 8 +++----
gcc/testsuite/gcc.dg/torture/pr115701.c | 22 +++++++++++++++++
gcc/testsuite/gcc.dg/vect/pr115841.c | 42 +++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/vect/pr115843.c | 41 ++++++++++++++++++++++++++++++++
gcc/tree-ssa-copy.cc | 32 ++-----------------------
gcc/tree-ssa-sccvn.cc | 21 ++---------------
gcc/tree-ssanames.cc | 22 +++++++++++++++++
gcc/tree-ssanames.h | 3 ++-
gcc/tree-vect-loop-manip.cc | 8 +++++--
gcc/tree-vect-loop.cc | 7 +++---
gcc/tree-vect-stmts.cc | 7 +++++-
11 files changed, 153 insertions(+), 60 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr115701.c
create mode 100644 gcc/testsuite/gcc.dg/vect/pr115841.c
create mode 100644 gcc/testsuite/gcc.dg/vect/pr115843.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 616627245fb Lower zeroing array assignment to memset for allocatable arrays.
new d9709fafb2c 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 016c947b02e tree-optimization/115841 - reduction epilogue placement issue
new 616627245fb Lower zeroing array assignment to memset for allocatable arrays.
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 | 31 +++++++++++------
gcc/testsuite/gfortran.dg/array_memset_3.f90 | 52 ++++++++++++++++++++++++++++
2 files changed, 73 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/array_memset_3.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 gcc.
from cca1229b85f AVR: Allow more combinations of XOR / IOR with byte-shifts.
new 016c947b02e tree-optimization/115841 - reduction epilogue placement issue
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/vect/pr115841.c | 42 ++++++++++++++++++++++++++++++++++++
gcc/tree-vect-loop.cc | 7 +++---
2 files changed, 46 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/pr115841.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 5e1d530da87 libiberty/buildargv: handle input consisting of only white space
new cca1229b85f AVR: Allow more combinations of XOR / IOR with byte-shifts.
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 | 1 +
gcc/config/avr/avr.cc | 52 ++++++++++++++++++++++++++++++
gcc/config/avr/avr.md | 78 +++++++++++++++++++++++++++++----------------
3 files changed, 104 insertions(+), 27 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 acd4ab8d6e8 i386, testsuite: Fix non-Unicode character
new a87954610f5 libiberty/buildargv: POSIX behaviour for backslash handling
new 5e1d530da87 libiberty/buildargv: handle input consisting of only white space
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:
libiberty/argv.c | 104 ++++++++++-----------
libiberty/testsuite/test-expandargv.c | 170 +++++++++++++++++++++++++++++-----
2 files changed, 200 insertions(+), 74 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 52959e34c8a [i386] adjust flag_omit_frame_pointer in a single function [...]
new 544b65cddf2 s390: Align *cjump_64 and *icjump_64
new 1accf703657 s390: Fix output template for movv1qi
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/s390/s390.md | 3 ++-
gcc/config/s390/vector.md | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.