This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from d877b52d58 stdlib: Add testcases for llabs(). (BZ #30263)
new 088136aa02 i386: Use pthread_barrier for synchronization on tst-bz21269
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/unix/sysv/linux/i386/tst-bz21269.c | 33 +++++++++++++++++++++++++-----
1 file changed, 28 insertions(+), 5 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-11
in repository gcc.
from 23e12322bc0 libstdc++: Fix src/c++17/memory_resource for H8 targets [PR107801]
new c55f706916f Darwin: Future-proof and homogeneize detection of darwin versions
new 05b00c066cd Darwin: Update rules for handling alignment of globals.
new a8307cfd66d Darwin: Fix empty g++ command lines [PR105599].
new 8b5d8757a33 Darwin: Future-proof -mmacosx-version-min
new 3417f095f14 Darwin: Truncate kernel-provided version to OS major for Da [...]
new dddcf63ee16 configure, Darwin: Correct a pasto in host-shared processing.
new 9711b6aadf2 libgcc, Darwin: No early install for the compatibility libg [...]
new f4ad0b2287a Darwin, fixincludes: Handle MacOS13 SDK Apple-specific depr [...]
new d1c9077b8b9 Darwin, fixincludes: Handle Apple Blocks in objc/runtime.h.
new 66a11141320 libsanitizer, darwin: Unsupport Darwin >= 22 for now.
new 72f004746d8 c++,coroutines: Stabilize names of promoted slot vars [PR101118].
new 44369553715 c++, coroutines: Fix block nests when the function has no t [...]
The 12 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:
configure | 4 +-
configure.ac | 4 +-
fixincludes/fixincl.x | 109 ++++++++++++++++++++++++--
fixincludes/inclhack.def | 47 +++++++++++
fixincludes/tests/base/objc/runtime.h | 24 ++++++
fixincludes/tests/base/stdio.h | 7 ++
gcc/config.gcc | 18 ++++-
gcc/config/darwin-c.c | 3 +-
gcc/config/darwin-driver.c | 20 ++---
gcc/config/darwin.c | 17 +++-
gcc/config/darwin.h | 26 +++---
gcc/configure | 2 +-
gcc/configure.ac | 2 +-
gcc/cp/coroutines.cc | 6 +-
gcc/testsuite/gcc.dg/attr-aligned.c | 8 +-
gcc/testsuite/gcc.dg/darwin-aligned-globals.c | 24 ++++++
gcc/testsuite/gcc.dg/darwin-comm-1.c | 5 ++
gcc/testsuite/gcc.dg/darwin-minversion-link.c | 3 +-
gcc/testsuite/gcc.target/i386/pr89261.c | 3 +-
gcc/testsuite/obj-c++.dg/cxx-ivars-3.mm | 2 +-
gcc/testsuite/obj-c++.dg/objc-gc-3.mm | 2 +-
gcc/testsuite/objc.dg/objc-gc-4.m | 2 +-
libgcc/config/t-slibgcc-darwin | 21 +++--
libsanitizer/configure.tgt | 2 +-
24 files changed, 298 insertions(+), 63 deletions(-)
create mode 100644 fixincludes/tests/base/objc/runtime.h
create mode 100644 gcc/testsuite/gcc.dg/darwin-aligned-globals.c
create mode 100644 gcc/testsuite/gcc.dg/darwin-comm-1.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 114f1b7881 hurd: Fix computing user stack pointer
new 0d21b3783f stdlib: Add testcases for abs(). (BZ #30263)
new b11db301e1 stdlib: Add testcases for labs(). (BZ #30263)
new d877b52d58 stdlib: Add testcases for llabs(). (BZ #30263)
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:
stdlib/Makefile | 7 +++
elf/tst-filterobj.c => stdlib/tst-abs.c | 29 ++++++++----
stdio-common/tst-printf-oct.c => stdlib/tst-labs.c | 42 +++++++++--------
stdlib/tst-llabs.c | 55 ++++++++++++++++++++++
4 files changed, 103 insertions(+), 30 deletions(-)
copy elf/tst-filterobj.c => stdlib/tst-abs.c (64%)
copy stdio-common/tst-printf-oct.c => stdlib/tst-labs.c (55%)
create mode 100644 stdlib/tst-llabs.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.