This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: TR library extensions
Martin Sebor <sebor@roguewave.com> writes:
| Gabriel Dos Reis wrote:
|
| ...
| > | I've been using gcc -threads and gcc -pthreads with the same compiler
| > | on Solaris (at least with 2.95.2), so unless that's changed I think
| > | you're mistaken (or we're talking about different things).
| > You've been using something not guaranteed. The (GCC-3.x) doc says:
|
| Are you saying this because you *know* that it may cause problems
| or are you just getting from the blurb below?
[...]
| No, but it doesn't say I can't either. I sincerely hope you're wrong
Cross your finger and pray hard I'm getting from blurb.
You compile the library you're linking against with one threading
model, thus with with a thread model that affect things like stack
unwinding. You compile your program with a different threading model,
thus with a different model that affect stack unwiding.
Link them together and say I'm getting from blurb?
-- Gaby