This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 3f2ff7b106b testsuite: Fix C++14 test failure with modules test [PR121285]
new 9c48cbb2598 Another testcase for PR120687
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/{pr120687-2.c => pr120687-3.c} | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
copy gcc/testsuite/gcc.dg/vect/{pr120687-2.c => pr120687-3.c} (64%)
--
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 e8a51144c02 tree-optimization/120687 - avoid disturbing reduction chain [...]
new 3f2ff7b106b testsuite: Fix C++14 test failure with modules test [PR121285]
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/g++.dg/modules/class-11_a.H | 4 ++--
1 file changed, 2 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 master
in repository glibc.
from 87afbd7a1a inet-fortified: fix namespace violation (bug 33227)
new 9716ee567a replace atan2-inputs with more meaningful inputs
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:
benchtests/atan2-inputs | 2003 +++++++++++++++++++++++------------------------
1 file changed, 1001 insertions(+), 1002 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 release/2.42/master
in repository glibc.
from 3ec4dd77f6 NEWS: add new section
new bc13db7393 inet-fortified: fix namespace violation (bug 33227)
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:
inet/bits/inet-fortified.h | 8 ++++----
1 file changed, 4 insertions(+), 4 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 glibc.
from d25fcb681f tst-cond23: return EXIT_UNSUPPORTED on missing clock selection
new 87afbd7a1a inet-fortified: fix namespace violation (bug 33227)
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:
inet/bits/inet-fortified.h | 8 ++++----
1 file changed, 4 insertions(+), 4 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 c1102be3b25 Fix UB in string_slice::operator== (PR 121261)
new e8a51144c02 tree-optimization/120687 - avoid disturbing reduction chain [...]
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/pr120687-1.c | 16 ++++++++++++++++
gcc/testsuite/gcc.dg/vect/pr120687-2.c | 17 +++++++++++++++++
gcc/tree-ssa-reassoc.cc | 10 ++++++----
gcc/tree-vect-slp.cc | 3 +++
4 files changed, 42 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/pr120687-1.c
create mode 100644 gcc/testsuite/gcc.dg/vect/pr120687-2.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 03b2515065 NEWS: Add 2.43 section
new d25fcb681f tst-cond23: return EXIT_UNSUPPORTED on missing clock selection
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/pthread/tst-cond23.c | 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 4af2b713a20 calls: Allow musttail calls to noreturn [PR121159]
new b1b8d8ce3ee tree-sra: Avoid total SRA if there are incompat. aggregate [...]
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/tree-ssa/pr119085.c | 37 ++++++++++++++++++++++++++++++++
gcc/tree-sra.cc | 6 ++++++
2 files changed, 43 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr119085.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-15
in repository gcc.
from 6e5195734f1 x86: Enable *mov<mode>_(and|or) only for -Oz
new 4af2b713a20 calls: Allow musttail calls to noreturn [PR121159]
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/calls.cc | 3 ++-
gcc/testsuite/c-c++-common/pr121159.c | 17 +++++++++++++++++
gcc/testsuite/gcc.dg/plugin/must-tail-call-2.c | 2 +-
3 files changed, 20 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/pr121159.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 e79e0fe2b1f PR modula2/121289 Poor warning location when using Wstyle option
new c1102be3b25 Fix UB in string_slice::operator== (PR 121261)
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/vec.h | 4 ++++
1 file changed, 4 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.