This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/65500] [5 Regression] FAIL: 17_intro/headers/c++2014/all_attributes.cc (test for excess errors)


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65500

--- Comment #6 from Jonathan Wakely <redi at gcc dot gnu.org> ---
After some discussion with Torvald I'm wondering whether it would be better to
never use the PTHREAD_RWLOCK_INITIALIZER macro anyway, so we can initialize the
rwlock with (non-standard) attributes such as
PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]