[Bug target/47608] libstdc++ links to bad libgcc_s on OS X (libgcc_s rebuilt needlessly and incorrectly)

2013-12-21 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47608

Dominique d'Humieres dominiq at lps dot ens.fr changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Dominique d'Humieres dominiq at lps dot ens.fr ---
We are now at darwin13 and gcc 4.8.2. AFAICT this has been fixed:

/opt/gcc/gcc4.8c/lib/libstdc++.dylib:
/opt/gcc/gcc4.8c/lib/libstdc++.6.dylib (compatibility version 7.0.0,
current version 7.19.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version
1197.1.1)
/opt/gcc/gcc4.8c/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current
version 1.0.0)

Same thing for 4.7 and trunk (4.9). Closing as FIXED. If you still have a
problem with a supported version (4.7 or 4.8), please open a new PR.


[Bug target/47608] libstdc++ links to bad libgcc_s on OS X (libgcc_s rebuilt needlessly and incorrectly)

2011-02-04 Thread ossman at cendio dot se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47608

--- Comment #1 from Pierre Ossman ossman at cendio dot se 2011-02-04 18:12:26 
UTC ---
Created attachment 23246
  -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=23246
Hackish workaround

This is what I've done here to workaround the problem. Compiles fine, but I
haven't used to compiler enough to see if I caused any new bugs.