From owner-freebsd-current Wed Mar 6 0:16: 5 2002 Delivered-To: freebsd-current@freebsd.org Received: from mailout09.sul.t-online.com (mailout09.sul.t-online.com [194.25.134.84]) by hub.freebsd.org (Postfix) with ESMTP id 55D8B37B400 for ; Wed, 6 Mar 2002 00:16:01 -0800 (PST) Received: from fwd07.sul.t-online.de by mailout09.sul.t-online.com with smtp id 16iWad-0001bJ-02; Wed, 06 Mar 2002 09:15:59 +0100 Received: from twoflower (320072111332-0001@[217.80.127.21]) by fmrl07.sul.t-online.com with smtp id 16iWaL-1CLnsmC; Wed, 6 Mar 2002 09:15:41 +0100 Reply-To: From: "Jan Stocker" To: "Martin Blapp" , Subject: RE: gcc -O broken in CURRENT Date: Wed, 6 Mar 2002 09:14:31 +0100 Message-ID: <000101c1c4e6$f19e7360$fe02010a@twoflower.liebende.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: <20020304205513.Q56102-100000@levais.imp.ch> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 X-Sender: 320072111332-0001@t-dialin.net Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This can be reproduced on my system and it may be a big problem. I installed everthing from source with -O set in make.conf and some proggys running fine under 4.4 wont unter -current. Recompiling the proggys without -O dont fix it but maybe it is caused by some libs... Is anyone examining this problem? Jan > -----Original Message----- > From: owner-freebsd-current@FreeBSD.ORG > [mailto:owner-freebsd-current@FreeBSD.ORG]On Behalf Of Martin Blapp > Sent: Monday, March 04, 2002 9:02 PM > To: current@FreeBSD.ORG > Subject: gcc -O broken in CURRENT > > > > Hi all, > > Unfortunatly I have a example from the ports, needed > by OpenOffice port (work in progress) > > cd /usr/ports/devel/stlport/ && make install > cd /usr/ports/devel/stlport/work/STLport-4.5.3/test/eh > gmake -f gcc-freebsd.mak > > [vector] :testing n-size constructor (const) ... 95 try successful > [vector] :testing pointer range constructor (const) ... > Bus error - core dumped > > Then > > remove the three -O from gcc-freebsd.mak and run it again. > > You will see that all tests are successfully done. > > [...] > [hash_multiset] :testing default constructor (const) ... 2 try successful > [hash_multiset] :testing iterator range n-size constructor > (const) ... 127 try > successful > [hash_multiset] :testing copy constructor (const) ... 54 try successful > [hash_multiset] :testing assignment operator (weak) ... 53 try successful > [...] > [string] :testing copy constructor (const) ... 2 try successful > [string] :testing assignment operator (weak) ... 1 try successful > EH test : Done > > Martin > > Martin Blapp, > ------------------------------------------------------------------ > ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln, CH > Phone: +41 061 826 93 00: +41 61 826 93 01 > PGP Fingerprint: B434 53FC C87C FE7B 0A18 B84C 8686 EF22 D300 551E > ------------------------------------------------------------------ > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message