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 daced7625e6 Update gcc fr.po
new 9906a9863d6 Fortran: Suppress bogus used uninitialized warnings [PR108889].
new 2405d29086d libgomp: Remove bogus warnings from privatized-ref-2.f90.
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/fortran/gfortran.h | 4 ++
gcc/fortran/trans-array.cc | 43 ++++++++++++++++++++++
gcc/testsuite/gfortran.dg/pr108889.f90 | 43 ++++++++++++++++++++++
.../libgomp.oacc-fortran/privatized-ref-2.f90 | 6 ---
4 files changed, 90 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr108889.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-13
in repository gcc.
from dcc9a85ff03 Daily bump.
new 7195144e39e Fortran: Suppress bogus used uninitialized warnings [PR108889].
new bf0673ef66a libgomp: Remove bogus warnings from privatized-ref-2.f90.
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/fortran/gfortran.h | 4 ++
gcc/fortran/trans-array.cc | 43 ++++++++++++++++++++++
gcc/testsuite/gfortran.dg/pr108889.f90 | 43 ++++++++++++++++++++++
.../libgomp.oacc-fortran/privatized-ref-2.f90 | 6 ---
4 files changed, 90 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr108889.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-12
in repository gcc.
from 13e6f13286e Daily bump.
new 0e945f6e884 Fortran: Suppress bogus used uninitialized warnings [PR108889].
new 3f356a88d6c libgomp: Remove bogus warnings from privatized-ref-2.f90.
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/fortran/gfortran.h | 4 ++
gcc/fortran/trans-array.cc | 43 ++++++++++++++++++++++
gcc/testsuite/gfortran.dg/pr108889.f90 | 43 ++++++++++++++++++++++
.../libgomp.oacc-fortran/privatized-ref-2.f90 | 6 ---
4 files changed, 90 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr108889.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 eccf707e5ce RISC-V: xtheadmemidx: Fix mode test for pre/post-modify addressing
new daced7625e6 Update gcc fr.po
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/po/fr.po | 88 +++++++++++++++++++++++++-----------------------------------
1 file changed, 36 insertions(+), 52 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 34d94713440 c++: fix -Wdangling-reference false positive [PR115987]
new 5aa90b9db1c Update gcc fr.po
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/po/fr.po | 88 +++++++++++++++++++++++++-----------------------------------
1 file changed, 36 insertions(+), 52 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 39ca997ab3 Fix name space violation in fortify wrappers (bug 32052)
new fe06fb313b elf: Clarify and invert second argument of _dl_allocate_tls_init
new 5097cd344f elf: Avoid re-initializing already allocated TLS in dlopen ( [...]
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:
elf/Makefile | 30 ++++++
elf/dl-open.c | 35 +------
elf/dl-tls.c | 57 +++++++++---
elf/rtld.c | 2 +-
.../tst-dlopen-tlsreinit1.c | 23 ++---
.../tst-dlopen-tlsreinit2.c | 31 +++----
elf/tst-dlopen-tlsreinit3.c | 2 +
elf/tst-dlopen-tlsreinit4.c | 2 +
.../tst-dlopen-tlsreinitmod1.c | 11 +--
.../tst-dlopen-tlsreinitmod2.c | 18 ++--
elf/tst-dlopen-tlsreinitmod3.c | 102 +++++++++++++++++++++
include/link.h | 1 +
nptl/allocatestack.c | 2 +-
sysdeps/generic/ldsodefs.h | 12 +--
14 files changed, 226 insertions(+), 102 deletions(-)
copy malloc/tst-aligned-alloc-random.c => elf/tst-dlopen-tlsreinit1.c (67%)
copy sysdeps/x86_64/tst-plt-rewrite2.c => elf/tst-dlopen-tlsreinit2.c (69%)
create mode 100644 elf/tst-dlopen-tlsreinit3.c
create mode 100644 elf/tst-dlopen-tlsreinit4.c
copy stdlib/stdc_bit_ceil_ul.c => elf/tst-dlopen-tlsreinitmod1.c (81%)
copy support/xgetpeername.c => elf/tst-dlopen-tlsreinitmod2.c (68%)
create mode 100644 elf/tst-dlopen-tlsreinitmod3.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 c26534d2115 bpf: do not emit BPF non-fetching atomic instructions
new 34d94713440 c++: fix -Wdangling-reference false positive [PR115987]
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/cp/call.cc | 14 ++++++++++++--
gcc/testsuite/g++.dg/ext/attr-no-dangling6.C | 22 +++++++++++-----------
gcc/testsuite/g++.dg/ext/attr-no-dangling7.C | 8 ++++----
gcc/testsuite/g++.dg/warn/Wdangling-reference22.C | 19 +++++++++++++++++++
4 files changed, 46 insertions(+), 17 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/warn/Wdangling-reference22.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 70ffc57fd2f testsuite: Add RISC-V to targets not xfailing gcc.dg/attr-a [...]
new c26534d2115 bpf: do not emit BPF non-fetching atomic instructions
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/bpf/atomic.md | 59 ++++++-----------------
gcc/testsuite/gcc.target/bpf/atomic-op-1.c | 53 +++++++++++++++++---
gcc/testsuite/gcc.target/bpf/atomic-op-2.c | 53 +++++++++++++++++---
gcc/testsuite/gcc.target/bpf/sync-fetch-and-add.c | 4 +-
4 files changed, 111 insertions(+), 58 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 7268d7249b3 AArch64: Set instruction attribute of TST to logics_imm
new 70ffc57fd2f testsuite: Add RISC-V to targets not xfailing gcc.dg/attr-a [...]
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/attr-alloc_size-11.c | 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 7a630f7d33 x86: Tunables may incorrectly set Prefer_PMINUB_for_stringop [...]
new 1b0a2062c8 iconv: Fix matching of multi-character transliterations (bug 31859)
new 39ca997ab3 Fix name space violation in fortify wrappers (bug 32052)
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:
iconv/Makefile | 15 ++++++
iconv/gconv_trans.c | 2 +-
iconv/tst-translit-locale | 10 ++++
.../tst-translit-mchar.c | 41 +++++++++-------
.../tst-trans.sh => iconv/tst-translit-mchar.sh | 40 +++++++++-------
libio/bits/stdio2.h | 40 ++++++++--------
socket/bits/socket2.h | 20 ++++----
stdlib/bits/stdlib.h | 10 ++--
wcsmbs/bits/wchar2.h | 56 +++++++++++-----------
9 files changed, 135 insertions(+), 99 deletions(-)
create mode 100644 iconv/tst-translit-locale
copy malloc/tst-aligned-alloc-random.c => iconv/tst-translit-mchar.c (57%)
copy localedata/tst-trans.sh => iconv/tst-translit-mchar.sh (55%)
mode change 100755 => 100644
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.