From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13387 invoked by alias); 31 May 2002 17:17:21 -0000 Mailing-List: contact gsl-discuss-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gsl-discuss-owner@sources.redhat.com Received: (qmail 13344 invoked from network); 31 May 2002 17:17:16 -0000 Received: from unknown (HELO Octopussy.MI.Uni-Koeln.DE) (134.95.166.20) by sources.redhat.com with SMTP; 31 May 2002 17:17:16 -0000 Received: from uni-koeln.de (Octopussy [134.95.166.20]) by Octopussy.MI.Uni-Koeln.DE (8.9.1/8.9.1) with ESMTP id TAA22929; Fri, 31 May 2002 19:17:12 +0200 (MET DST) Message-ID: <3CF7AFDC.14CCE203@uni-koeln.de> Date: Tue, 31 Dec 2002 09:55:00 -0000 From: Achim Gaedke X-Accept-Language: de-DE, en MIME-Version: 1.0 To: Jari =?iso-8859-1?Q?H=E4kkinen?= CC: gsl-discuss@sources.redhat.com Subject: Re: Problems compiling tests with gcc 3.1 References: <3CF4A072.9000609@thep.lu.se> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-SW-Source: 2002/txt/msg00585.txt.bz2 Hi Jari! I stated, that I was successful with gcc-3.1 and redhat7.3, but that was due to CFLAGS="-O0 -g" no optimization. With the default CFLAGS="-O2 -g" I had the same error. /opt/gcc-3.1/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c test.c In file included from test.c:61: test_complex_source.c: In function `test_complex_float_trap': test_complex_source.c:258: Internal compiler error in subst, at combine.c:3546 This is an abort statement in gcc-3.1/gcc/combine.c . I DO agree with Brian, that this error MUST be reported to gcc. If you need help with the bug report, please ask. Yours, Achim Jari Häkkinen schrieb: > > Hi. > > I have problems running (compiling) some of the test programs with gcc > version 3.1. The test programs compile using gcc 2.95. > > I am working with gsl 1.1.1, and compiling ('make' with gcc 3.1) the > projects works alright. When running 'make check' all directories, > except vector and matrix, compiles and passes all tests. In the matrix > and vector directories, gcc gives the following output: > > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c test_static.c > In file included from test.c:61, > from test_static.c:6: > test_complex_source.c: In function `test_complex_float_trap': > test_complex_source.c:258: Internal compiler error in subst, at > combine.c:3546 > Please submit a full bug report, > with preprocessed source if appropriate. > See for instructions. > make[2]: *** [test_static.o] Error 1 > > I have not submitted a bug-report. Is this a known problem? > > Jari > > -- > Jari Häkkinen, PhD > Complex Systems Division mailto:jari@thep.lu.se > Department of Theoretical Physics phone: +46 (0)46 2220667 > Lund University fax: +46 (0)46 2229686 > Sölvegatan 14a, SE-223 62 Lund, Sweden http://www.thep.lu.se From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13387 invoked by alias); 31 May 2002 17:17:21 -0000 Mailing-List: contact gsl-discuss-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gsl-discuss-owner@sources.redhat.com Received: (qmail 13344 invoked from network); 31 May 2002 17:17:16 -0000 Received: from unknown (HELO Octopussy.MI.Uni-Koeln.DE) (134.95.166.20) by sources.redhat.com with SMTP; 31 May 2002 17:17:16 -0000 Received: from uni-koeln.de (Octopussy [134.95.166.20]) by Octopussy.MI.Uni-Koeln.DE (8.9.1/8.9.1) with ESMTP id TAA22929; Fri, 31 May 2002 19:17:12 +0200 (MET DST) Message-ID: <3CF7AFDC.14CCE203@uni-koeln.de> Date: Fri, 31 May 2002 10:45:00 -0000 From: Achim Gaedke X-Accept-Language: de-DE, en MIME-Version: 1.0 To: Jari =?iso-8859-1?Q?H=E4kkinen?= CC: gsl-discuss@sources.redhat.com Subject: Re: Problems compiling tests with gcc 3.1 References: <3CF4A072.9000609@thep.lu.se> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-SW-Source: 2002-q2/txt/msg00212.txt.bz2 Message-ID: <20020531104500.mdnanO2qqPZYZJb97sDELEIXXYo5jI3knm-bB9kTMuU@z> Hi Jari! I stated, that I was successful with gcc-3.1 and redhat7.3, but that was due to CFLAGS="-O0 -g" no optimization. With the default CFLAGS="-O2 -g" I had the same error. /opt/gcc-3.1/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c test.c In file included from test.c:61: test_complex_source.c: In function `test_complex_float_trap': test_complex_source.c:258: Internal compiler error in subst, at combine.c:3546 This is an abort statement in gcc-3.1/gcc/combine.c . I DO agree with Brian, that this error MUST be reported to gcc. If you need help with the bug report, please ask. Yours, Achim Jari Häkkinen schrieb: > > Hi. > > I have problems running (compiling) some of the test programs with gcc > version 3.1. The test programs compile using gcc 2.95. > > I am working with gsl 1.1.1, and compiling ('make' with gcc 3.1) the > projects works alright. When running 'make check' all directories, > except vector and matrix, compiles and passes all tests. In the matrix > and vector directories, gcc gives the following output: > > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c test_static.c > In file included from test.c:61, > from test_static.c:6: > test_complex_source.c: In function `test_complex_float_trap': > test_complex_source.c:258: Internal compiler error in subst, at > combine.c:3546 > Please submit a full bug report, > with preprocessed source if appropriate. > See for instructions. > make[2]: *** [test_static.o] Error 1 > > I have not submitted a bug-report. Is this a known problem? > > Jari > > -- > Jari Häkkinen, PhD > Complex Systems Division mailto:jari@thep.lu.se > Department of Theoretical Physics phone: +46 (0)46 2220667 > Lund University fax: +46 (0)46 2229686 > Sölvegatan 14a, SE-223 62 Lund, Sweden http://www.thep.lu.se