Bug 32425 - Test failures with GCC 15
Summary: Test failures with GCC 15
Status: RESOLVED DUPLICATE of bug 32366
Alias: None
Product: glibc
Classification: Unclassified
Component: build (show other bugs)
Version: 2.41
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-12-06 21:58 UTC by H.J. Lu
Modified: 2024-12-06 22:49 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description H.J. Lu 2024-12-06 21:58:28 UTC
On x86-64, when GCC 15 r15-5983-gb317dca04e3 is used to glibc, I got

FAIL: malloc/tst-aligned-alloc
FAIL: malloc/tst-aligned-alloc-malloc-check
FAIL: malloc/tst-aligned-alloc-malloc-hugetlb1
FAIL: malloc/tst-aligned-alloc-malloc-hugetlb2
FAIL: malloc/tst-aligned-alloc-mcheck
FAIL: malloc/tst-aligned-alloc-static
FAIL: malloc/tst-aligned-alloc-static-malloc-hugetlb1
FAIL: malloc/tst-aligned-alloc-static-malloc-hugetlb2
FAIL: malloc/tst-compathooks-on
FAIL: malloc/tst-malloc
FAIL: malloc/tst-malloc-check
FAIL: malloc/tst-malloc-check-malloc-hugetlb1
FAIL: malloc/tst-malloc-check-malloc-hugetlb2
FAIL: malloc/tst-malloc-check-mcheck
FAIL: malloc/tst-malloc-malloc-check
FAIL: malloc/tst-malloc-malloc-hugetlb1
FAIL: malloc/tst-malloc-malloc-hugetlb2
FAIL: malloc/tst-malloc-mcheck
FAIL: malloc/tst-malloc-random
FAIL: malloc/tst-malloc-random-malloc-check
FAIL: malloc/tst-malloc-random-malloc-hugetlb1
FAIL: malloc/tst-malloc-random-malloc-hugetlb2
FAIL: malloc/tst-malloc-random-mcheck
FAIL: malloc/tst-malloc-too-large
FAIL: malloc/tst-malloc-too-large-malloc-check
FAIL: malloc/tst-malloc-too-large-malloc-hugetlb1
FAIL: malloc/tst-malloc-too-large-malloc-hugetlb2
FAIL: malloc/tst-malloc-too-large-mcheck
FAIL: malloc/tst-realloc
FAIL: malloc/tst-realloc-malloc-check
FAIL: malloc/tst-realloc-malloc-hugetlb1
FAIL: malloc/tst-realloc-malloc-hugetlb2
FAIL: malloc/tst-realloc-mcheck

$ cat malloc/tst-aligned-alloc.out
error: tst-aligned-alloc.c:61: aligned_alloc(65, 64) did not fail
error: 1 test failures
Comment 1 Andreas Schwab 2024-12-06 22:49:34 UTC
dup

*** This bug has been marked as a duplicate of bug 32366 ***