Date: Tue, 19 Dec 2000 12:16:39 +0600 (NS) From: Max Khon <fjoe@iclub.nsu.ru> To: freebsd-stable@FreeBSD.ORG Subject: Re: mozilla and 4.2-RELEASE Message-ID: <Pine.BSF.4.21.0012191156130.45743-100000@iclub.nsu.ru> In-Reply-To: <20001218103021.B67810@dragon.nuxi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
hi, there! On Mon, 18 Dec 2000, David O'Brien wrote: > > just a guess (and I am not speculating): > > FreeBSD has broken g++ compiler (-fsjlj-exceptions are broken). > > Can you remind me why you feel sjlj exceptions are broken (vs. slow)? g++ 2.95.2 generates incorrect code when using -fsjlj-exceptions (segfaults when throwing an exception) Alexander Kabaev <ak03@gte.com> has made two set of patches for this problem (one is his own solution and other is backport of changes from gcc-current). The former IIRC is committed into OpenBSD source tree and I use it without any problems for about half a year. The latter is not tested that well but I do my C++ development with that patch for about a week and haven't noticed any problems. there are two bug reports (#413 and #258) in gcc GNATS about this problem /fjoe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0012191156130.45743-100000>