[Bug libstdc++/89461] FAIL: experimental/net/timer/waitable/cons.cc

2021-08-22 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89461 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug libstdc++/89461] FAIL: experimental/net/timer/waitable/cons.cc

2021-08-22 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89461 --- Comment #10 from Andrew Pinski --- *** Bug 69331 has been marked as a duplicate of this bug. ***

[Bug libstdc++/89461] FAIL: experimental/net/timer/waitable/cons.cc

2019-03-12 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89461 --- Comment #9 from John David Anglin --- Author: danglin Date: Tue Mar 12 23:13:36 2019 New Revision: 269628 URL: https://gcc.gnu.org/viewcvs?rev=269628&root=gcc&view=rev Log: PR libstdc++/89461 * testsuite/lib/libstdc++.exp: Lo

[Bug libstdc++/89461] FAIL: experimental/net/timer/waitable/cons.cc

2019-03-02 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89461 --- Comment #8 from John David Anglin --- Created attachment 45873 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45873&action=edit Patch This patch fixes the tests that need to link against libatomic on hppa. We need to add path to libat

[Bug libstdc++/89461] FAIL: experimental/net/timer/waitable/cons.cc

2019-02-27 Thread dave.anglin at bell dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89461 --- Comment #7 from dave.anglin at bell dot net --- On 2019-02-27 4:24 a.m., redi at gcc dot gnu.org wrote: > Maybe libstdc++ should just link to libatomic unconditionally for your target. Yes, I'm trying that in current build.  The issue is certa

[Bug libstdc++/89461] FAIL: experimental/net/timer/waitable/cons.cc

2019-02-27 Thread dave.anglin at bell dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89461 --- Comment #6 from dave.anglin at bell dot net --- On 2019-02-27 4:19 a.m., fw at gcc dot gnu.org wrote: > Is it really true that 64-bit PA-RISC lacks 64-bit atomics? That's … awkward. PA-RISC only has two atomic instructions (ldcw and ldcd).  T

[Bug libstdc++/89461] FAIL: experimental/net/timer/waitable/cons.cc

2019-02-27 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89461 --- Comment #5 from Jonathan Wakely --- Maybe libstdc++ should just link to libatomic unconditionally for your target.

[Bug libstdc++/89461] FAIL: experimental/net/timer/waitable/cons.cc

2019-02-27 Thread fw at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89461 Florian Weimer changed: What|Removed |Added CC||fw at gcc dot gnu.org --- Comment #4 fr

[Bug libstdc++/89461] FAIL: experimental/net/timer/waitable/cons.cc

2019-02-25 Thread dave.anglin at bell dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89461 --- Comment #3 from dave.anglin at bell dot net --- On 2019-02-23 2:34 p.m., redi at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89461 > > --- Comment #2 from Jonathan Wakely --- > Oops, that should be: > > --- a/libstdc

[Bug libstdc++/89461] FAIL: experimental/net/timer/waitable/cons.cc

2019-02-23 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89461 --- Comment #2 from Jonathan Wakely --- Oops, that should be: --- a/libstdc++-v3/include/experimental/io_context +++ b/libstdc++-v3/include/experimental/io_context @@ -134,7 +134,8 @@ inline namespace v1 io_context* _M_ctx; }; -

[Bug libstdc++/89461] FAIL: experimental/net/timer/waitable/cons.cc

2019-02-23 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89461 --- Comment #1 from Jonathan Wakely --- This might help, but probably isn't the right fix: --- a/libstdc++-v3/include/experimental/io_context +++ b/libstdc++-v3/include/experimental/io_context @@ -134,7 +134,8 @@ inline namespace v1 io_co