[Bug libstdc++/46951] 30_threads/future/members/45133.cc failed

2010-12-15 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46951 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug libstdc++/46951] 30_threads/future/members/45133.cc failed

2010-12-14 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46951 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last

[Bug libstdc++/46951] 30_threads/future/members/45133.cc failed

2010-12-14 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46951 --- Comment #2 from Jonathan Wakely redi at gcc dot gnu.org 2010-12-15 01:37:50 UTC --- it only seems to fail on i686, this run failed too: http://gcc.gnu.org/ml/gcc-testresults/2010-12/msg01246.html

[Bug libstdc++/46951] 30_threads/future/members/45133.cc failed

2010-12-14 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46951 --- Comment #3 from H.J. Lu hjl.tools at gmail dot com 2010-12-15 01:41:21 UTC --- (In reply to comment #2) it only seems to fail on i686, this run failed too: http://gcc.gnu.org/ml/gcc-testresults/2010-12/msg01246.html I got this on Fedora

[Bug libstdc++/46951] 30_threads/future/members/45133.cc failed

2010-12-14 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46951 --- Comment #4 from Jonathan Wakely redi at gcc dot gnu.org 2010-12-15 01:59:59 UTC --- doh - I need to add -pthread to the dg-options - fix on the way...

[Bug libstdc++/46951] 30_threads/future/members/45133.cc failed

2010-12-14 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46951 --- Comment #5 from Jonathan Wakely redi at gcc dot gnu.org 2010-12-15 02:07:11 UTC --- Author: redi Date: Wed Dec 15 02:07:07 2010 New Revision: 167839 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=167839 Log: 2010-12-15 Jonathan Wakely

[Bug libstdc++/46951] 30_threads/future/members/45133.cc failed

2010-12-14 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46951 --- Comment #6 from Jonathan Wakely redi at gcc dot gnu.org 2010-12-15 02:08:44 UTC --- should be ok now - I had configured with --enable-libstdcxx-time=rt which meant I didn't need -pthread, so the tests passed for me