From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14931 invoked by alias); 25 Mar 2004 15:37:10 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 14869 invoked by alias); 25 Mar 2004 15:37:09 -0000 Date: Thu, 25 Mar 2004 15:37:00 -0000 Message-ID: <20040325153709.14868.qmail@sources.redhat.com> From: "Ben dot Diedrich at noaa dot gov" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040312233606.14563.paulthomas2@wanadoo.fr> References: <20040312233606.14563.paulthomas2@wanadoo.fr> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/14563] octave built under Cygwin very slow X-Bugzilla-Reason: CC X-SW-Source: 2004-03/txt/msg03031.txt.bz2 List-Id: ------- Additional Comments From Ben dot Diedrich at noaa dot gov 2004-03-25 15:37 ------- Subject: Re: octave built under Cygwin very slow I can confirm that compiling octave 2.1.50 under gcc-3.3.1 with the g++ flag '-fno-exceptions' fails to compile quit.cc with the following error: g++ -c -pg -O2 -I. -I../.. -I../../liboctave -I../../src -I../../libcruft/misc -I../../glob -I../../glob -DHAVE_CONFIG_H -mieee-fp -pg -O2 -fno-exceptions quit.cc -o quit.o quit.cc: In function `void octave_throw_interrupt_exception()': quit.cc:105: error: exception handling disabled, use -fexceptions to enable Ben -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14563