[Bug libstdc++/64161] [5 Regression] bootstrap error: condition_variable.cc:134:7: error: 'atexit' is not a member of 'std'

2014-12-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64161

Richard Biener  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
   Target Milestone|--- |5.0

--- Comment #7 from Richard Biener  ---
Assuming fixed.


[Bug libstdc++/64161] [5 Regression] bootstrap error: condition_variable.cc:134:7: error: 'atexit' is not a member of 'std'

2014-12-02 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64161

--- Comment #6 from Jonathan Wakely  ---
Author: redi
Date: Wed Dec  3 01:34:03 2014
New Revision: 218300

URL: https://gcc.gnu.org/viewcvs?rev=218300&root=gcc&view=rev
Log:
PR libstdc++/64161
* src/c++11/condition_variable.cc: Include .

Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/src/c++11/condition_variable.cc


[Bug libstdc++/64161] [5 Regression] bootstrap error: condition_variable.cc:134:7: error: 'atexit' is not a member of 'std'

2014-12-02 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64161

--- Comment #5 from Jonathan Wakely  ---
It looks like it includes stdlib.h but not the C++ wrapper, cstdlib

I'm going to commit a patch to include cstdlib as that's correct anyway, I hope
that will fix it.


[Bug libstdc++/64161] [5 Regression] bootstrap error: condition_variable.cc:134:7: error: 'atexit' is not a member of 'std'

2014-12-02 Thread dave.anglin at bell dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64161

--- Comment #4 from dave.anglin at bell dot net ---
On 2-Dec-14, at 8:26 PM, dave.anglin at bell dot net wrote:

> Actually, .cc already includes it...

Sorry, looked at wrong file.

--
John David Anglindave.ang...@bell.net


[Bug libstdc++/64161] [5 Regression] bootstrap error: condition_variable.cc:134:7: error: 'atexit' is not a member of 'std'

2014-12-02 Thread dave.anglin at bell dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64161

--- Comment #3 from dave.anglin at bell dot net ---
On 2-Dec-14, at 8:17 PM, redi at gcc dot gnu.org wrote:

> #include  in the .cc file should fix it.

Actually, .cc already includes it...

--
John David Anglindave.ang...@bell.net


[Bug libstdc++/64161] [5 Regression] bootstrap error: condition_variable.cc:134:7: error: 'atexit' is not a member of 'std'

2014-12-02 Thread dave.anglin at bell dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64161

--- Comment #2 from dave.anglin at bell dot net ---
On 2-Dec-14, at 8:17 PM, redi at gcc dot gnu.org wrote:

> #include  in the .cc file should fix it.

Thanks Jonathon, I'll give it a try.

--
John David Anglindave.ang...@bell.net


[Bug libstdc++/64161] [5 Regression] bootstrap error: condition_variable.cc:134:7: error: 'atexit' is not a member of 'std'

2014-12-02 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64161

Jonathan Wakely  changed:

   What|Removed |Added

 Status|UNCONFIRMED |ASSIGNED
   Last reconfirmed||2014-12-03
   Assignee|unassigned at gcc dot gnu.org  |redi at gcc dot gnu.org
 Ever confirmed|0   |1

--- Comment #1 from Jonathan Wakely  ---
#include  in the .cc file should fix it.