[libcxx-commits] [libcxx] r371886 - Mark [[nodiscard]] test as unsupported with GCC 5

Eric Fiselier via libcxx-commits libcxx-commits at lists.llvm.org
Fri Sep 13 12:09:29 PDT 2019


Author: ericwf
Date: Fri Sep 13 12:09:29 2019
New Revision: 371886

URL: http://llvm.org/viewvc/llvm-project?rev=371886&view=rev
Log:
Mark [[nodiscard]] test as unsupported with GCC 5

Modified:
    libcxx/trunk/test/libcxx/thread/thread.lock/thread.lock.guard/nodiscard.fail.cpp

Modified: libcxx/trunk/test/libcxx/thread/thread.lock/thread.lock.guard/nodiscard.fail.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/libcxx/thread/thread.lock/thread.lock.guard/nodiscard.fail.cpp?rev=371886&r1=371885&r2=371886&view=diff
==============================================================================
--- libcxx/trunk/test/libcxx/thread/thread.lock/thread.lock.guard/nodiscard.fail.cpp (original)
+++ libcxx/trunk/test/libcxx/thread/thread.lock/thread.lock.guard/nodiscard.fail.cpp Fri Sep 13 12:09:29 2019
@@ -11,6 +11,7 @@
 // [[nodiscard]] on constructors isn't supported by all compilers
 // UNSUPPORTED: clang-6, clang-7, clang-8, clang-9
 // UNSUPPORTED: apple-clang-9, apple-clang-10, apple-clang-11
+// UNSUPPORTED: gcc-5
 
 // [[nodiscard]] isn't supported in C++98 and C++03 (not even as an extension)
 // UNSUPPORTED: c++98, c++03




More information about the libcxx-commits mailing list