This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/41645] Massive failures in parallel test mode



------- Comment #4 from chris at bubblescope dot net  2009-10-09 13:21 -------
I have confirmed that after compiling with 'make check-parallel', the code:

#include <string>

int main(void)
{ string s; s = "X"; }

Fails when compiled with: 

/gccsvn/bin/g++ test.cc libtestc++.a -fopenmp

Fails with the same error message.

I wonder if somehow this is connected to:
http://www.cocoabuilder.com/archive/message/cocoa/2009/9/17/245285, which
suggests on snow leopard the standard system library is built differently, with
_GLIBCXX_FULLY_DYNAMIC_STRING enabled. I would assume the system library
shouldn't be used at all however.


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]