https://bugzilla.novell.com/show_bug.cgi?id=256642 ------- Comment #8 from pcarlini@novell.com 2007-04-23 17:23 MST ------- (In reply to comment #7)
No, the code in description fails to compile with -fno-exceptions _iff_ there's no STL include. It silently compiles in the case of using STL because STL changes try/catch keywords. If STL used e.g. __try/__catch, then the code in description won't be affected and will still fail as it should.
Oops, sorry, now I see: it's just that I'm working on the library only and the library only for too much time, without seeing user code. Now I see what you mean, user code, as in Description above would be ok in that case. Therefore we are back to the basic issue: do we want to change the library as suggested in libstdc++/25191? If we want to do that "upstream", then someone (not me) has to convince Gaby. Otherwise, for a SUSE branch, we can run your sed command and change exception_defines.h, I have no objections, can also take care of that, just let me know. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.