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; }