Summary: | [5 Regression] FAIL: 30_threads/shared_lock/requirements/explicit_instantiation.cc (test for excess errors) | ||
---|---|---|---|
Product: | gcc | Reporter: | John David Anglin <danglin> |
Component: | libstdc++ | Assignee: | Jonathan Wakely <redi> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | P3 | ||
Version: | 5.0 | ||
Target Milestone: | 5.0 | ||
Host: | hppa64-hp-hpux11.11 | Target: | hppa64-hp-hpux11.11 |
Build: | hppa64-hp-hpux11.11 | Known to work: | |
Known to fail: | Last reconfirmed: | 2015-03-11 00:00:00 |
Description
John David Anglin
2015-01-28 20:57:25 UTC
https://gcc.gnu.org/ml/gcc-patches/2015-03/msg00701.html should fix this (In reply to Jonathan Wakely from comment #1) > https://gcc.gnu.org/ml/gcc-patches/2015-03/msg00701.html should fix this Actually no it won't, because it looks like HPUX supports pthread_wrlocK_t but not the timed-lock functions. In which case, it should have been fixed by r220161 as part of PR64368 And indeed I don't see a current failure at https://gcc.gnu.org/ml/gcc-testresults/2015-03/msg01405.html https://gcc.gnu.org/ml/gcc-testresults/2015-02/msg03251.html |