This is an archive of the discontinued LLVM Phabricator instance.

[libc++] [test] Fix some GCC 11 errors/warnings in these tests. NFCI.
ClosedPublic

Authored by Quuxplusone on Jun 14 2021, 7:31 AM.

Details

Diff Detail

Event Timeline

Quuxplusone requested review of this revision.Jun 14 2021, 7:31 AM
Quuxplusone created this revision.
Herald added a reviewer: Restricted Project. · View Herald TranscriptJun 14 2021, 7:31 AM
ldionne accepted this revision.Jun 14 2021, 2:59 PM

Good catch on the end.cpp rename - we were not running that test.

LGTM if CI passes.

This revision is now accepted and ready to land.Jun 14 2021, 2:59 PM

Last update. This should fix all the outstanding issues, except for the -Wmaybe-uninitialized diagnostic in "libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_is_lock_free.pass.cpp".