From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29849 invoked by alias); 8 Jan 2003 12:21:16 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 29625 invoked from network); 8 Jan 2003 12:19:55 -0000 Received: from unknown (HELO thinkpad.c0202001.roe.itnq.net) (217.112.132.138) by 209.249.29.67 with SMTP; 8 Jan 2003 12:19:55 -0000 Received: from karel (helo=localhost) by thinkpad.c0202001.roe.itnq.net with local-esmtp (Exim 3.35 #1 (Debian)) id 18WFAA-0000ac-00; Wed, 08 Jan 2003 13:18:26 +0100 Date: Wed, 08 Jan 2003 16:06:00 -0000 From: Karel Gardas X-X-Sender: karel@thinkpad.c0202001.roe.itnq.net To: Geoff Keating cc: gcc@gcc.gnu.org Subject: Re: [pch-branch] missing binary operator issue. In-Reply-To: <200301071920.h07JK1I04152@desire.geoffk.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2003-01/txt/msg00424.txt.bz2 On Tue, 7 Jan 2003, Geoff Keating wrote: > > > /tmp/cczg5mr7.s:2963: Error: symbol `.LCFI0' is already defined > ... > > /tmp/cczg5mr7.s:2973: Error: symbol `.L2' is already defined > > This patch might fix this problem. Could you test it? > No it doesn't. Still I get: thinkpad:~/arch/devel/mico-devel/orb$ c++ -I../include -Wall -DFAST_PCH -fpermissive -DPIC -fPIC -c orb_pch.h ../include/mico/code_set_registry.h:5: warning: `CORBA::Codeset::Info _osf_cs_reg[193]' defined but not used thinkpad:~/arch/devel/mico-devel/orb$ thinkpad:~/arch/devel/mico-devel/orb$ make c++ -I../include -Wall -DFAST_PCH -fpermissive -DPIC -fPIC -c os-unix.cc -o os-unix.pic.o ../include/mico/code_set_registry.h:5: warning: `CORBA::Codeset::Info _osf_cs_reg[193]' defined but not used /tmp/cctHJBgN.s: Assembler messages: /tmp/cctHJBgN.s:2973: Error: symbol `.L2' is already defined /tmp/cctHJBgN.s:2985: Error: symbol `.L4' is already defined /tmp/cctHJBgN.s:2999: Error: symbol `.L6' is already defined /tmp/cctHJBgN.s:3033: Error: symbol `.L10' is already defined /tmp/cctHJBgN.s:3039: Error: symbol `.L11' is already defined /tmp/cctHJBgN.s:3090: Error: symbol `.L15' is already defined /tmp/cctHJBgN.s:3104: Error: symbol `.L8' is already defined /tmp/cctHJBgN.s:3155: Error: symbol `.LEHB0' is already defined /tmp/cctHJBgN.s:3157: Error: symbol `.LEHE0' is already defined /tmp/cctHJBgN.s:3173: Error: symbol `.LEHB1' is already defined /tmp/cctHJBgN.s:3181: Error: symbol `.LEHE1' is already defined /tmp/cctHJBgN.s:3214: Error: symbol `.LEHB2' is already defined /tmp/cctHJBgN.s:3216: Error: symbol `.LEHE2' is already defined make: *** [os-unix.pic.o] Error 1 > I know there are other problems with DWARF2 output, so I don't promise > the resulting DWARF2 is correct, but it should at least assemble. > > It'd be good if you could provide a small test case that triggers the > problem, I didn't manage to generate one. I'll try, but IMHO it's quite hard. Do you have any advice which can help me with it? Thanks, Karel PS: I've used CVS sources 3 hours old + your patch. -- Karel Gardas kgardas@objectsecurity.com ObjectSecurity Ltd. http://www.objectsecurity.com