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++/12855] Thread safety problems in ios_base::Init


------- Additional Comments From bkoz at gcc dot gnu dot org  2003-12-15 20:07 -------
> I had written testsuite entry too - but that was never added... Now you
> see that it was needed! (You just broke that test).

Well, add it, or at least propose it as a patch. Sorry I broke this behavior,
but if testcases aren't in CVS, I don't run them (nor do I think this
unreasonable). Furthermore, getting standard-specified behavior correct is of
higher priority than getting extensions working.

That being said, if there's a way to fix the extension, by all means propose it,
and I'll listen to your arguments.

I'm interested in seeing your testcase. The way I see it, ios_base::Init is now
picture-perfect RAII, which was the intent of the design in the first place, I
think. I'm very curious to see your usage.

best,
benjamin

-- 


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


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