[Bug libstdc++/57421] Error when linking static libstc++ due to missing future classes

redi at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue May 28 10:10:00 GMT 2013


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57421

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2013-05-28
           Assignee|unassigned at gcc dot gnu.org      |redi at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
(In reply to Jürgen Reuter from comment #0)
> This is our libtool command which does the invocation. I hope that you don't
> need any parts of the code to track this down:

You could have simply provided a minimal testcase:

#include <future>

int main()
{
    std::promise<void> p;
}


More information about the Gcc-bugs mailing list