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

2014-01-23 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57421 Jonathan Wakely changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

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

2013-06-10 Thread juergen.reuter at desy dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57421 --- Comment #10 from Jürgen Reuter --- After I completely recompiled the trunk version (r199585) the problem is gone. So most probably it resulted from an incomplete update and recompilation of the code, or was in an intermediate step of the devel

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

2013-05-31 Thread juergen.reuter at desy dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57421 --- Comment #9 from Jürgen Reuter --- Well, I checked gcc/gfortran/g++ 4.8.1 today. There, the problem DOES NOT occur, so it seems to be a problem of gcc 4.9-LATEST.

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

2013-05-28 Thread juergen.reuter at desy dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57421 --- Comment #8 from Jürgen Reuter --- Somehow, your example works for me :(

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

2013-05-28 Thread juergen.reuter at desy dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57421 --- Comment #7 from Jürgen Reuter --- Ok, true, now I got it. But now it really looks like a problem of the library, and not our linking procedure. About this I was not totally sure before.

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

2013-05-28 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57421 --- Comment #6 from Jonathan Wakely --- I think you've misunderstood, I posted the minimum code and the switches needed to reproduce the bug, I wasn't suggesting a workaround.

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

2013-05-28 Thread juergen.reuter at desy dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57421 --- Comment #5 from Jürgen Reuter --- Well, we have Fortran 2003 code into which via Bind(C) some c++ code is linked. For static builds, on MAC OS X because of the properties of the single-pass linker we need to explicitly link the C++ static libr

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

2013-05-28 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57421 --- Comment #4 from Jonathan Wakely --- I already did, that's the code I posted! The only switches needed are -std=c++11 -static-libstdc++

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

2013-05-28 Thread juergen.reuter at desy dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57421 --- Comment #3 from Jürgen Reuter --- I'll try to cook it down as much as possible.

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

2013-05-28 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57421 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

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

2013-05-26 Thread juergen.reuter at desy dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57421 --- Comment #1 from Jürgen Reuter --- I couldn't check up to now but I assume this also happens with 4.8.1.