https://bugzilla.novell.com/show_bug.cgi?id=256642 ------- Comment #6 from pcarlini@novell.com 2007-04-23 08:36 MST ------- I disagree: after s/try/__try/ s/catch/__catch/, if one compiles with -fno-exceptions the code in the Description above would still compile, right? What counts is that upon -fno-exceptions those __try and __catch(X) become 'if (true)' and 'if (false)' anyway. In any case, I'm not going to battle with Gaby about this issue, trying to do that made my life orrible in the past. Full stop. If we want something only for a SUSE branch, just let me know, no problem at all. -- 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.