[libcxx-commits] [PATCH] D104228: [libc++] [test] Fix some GCC 11 errors/warnings in these tests. NFCI.

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jun 14 20:08:51 PDT 2021


Quuxplusone updated this revision to Diff 352037.
Quuxplusone added a comment.

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".


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D104228/new/

https://reviews.llvm.org/D104228

Files:
  libcxx/test/std/iterators/iterator.requirements/iterator.concepts/iterator.concept.random.access/contiguous_iterator.compile.pass.cpp
  libcxx/test/std/iterators/iterator.requirements/iterator.concepts/iterator.concept.random.access/random_access_iterator.compile.pass.cpp
  libcxx/test/std/ranges/range.access/range.access.begin/begin.pass.cpp
  libcxx/test/std/ranges/range.access/range.access.end/end.cpp
  libcxx/test/std/ranges/range.access/range.access.end/end.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.all.pass.cpp
  libcxx/test/std/ranges/range.utility/range.subrange/subrange_test_types.h
  libcxx/test/std/ranges/range.utility/view.interface/view.interface.pass.cpp
  libcxx/test/std/strings/string.view/string.view.ops/copy.pass.cpp
  libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/deduct.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104228.352037.patch
Type: text/x-patch
Size: 33757 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210615/c828e364/attachment-0001.bin>


More information about the libcxx-commits mailing list