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 c++/36288] OpenMP-C++: segmentation fault in basic string constructors



------- Comment #2 from pinskia at gcc dot gnu dot org  2008-05-28 07:51 -------
Hmm, I don't think this is a bug as the assignment of the string is not going
to be atomic so you could get a partial assignment of a.astr happening.


-- 


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


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