From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 523 invoked by alias); 15 Jan 2002 18:05:03 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 483 invoked from network); 15 Jan 2002 18:05:01 -0000 Received: from unknown (HELO fencepost.gnu.org) (199.232.76.164) by sources.redhat.com with SMTP; 15 Jan 2002 18:05:01 -0000 Received: from wh2-19.st.uni-magdeburg.de ([141.44.162.19]) by fencepost.gnu.org with smtp (Exim 3.33 #1 (Debian)) id 16QXxC-0004ic-00 for ; Tue, 15 Jan 2002 13:04:59 -0500 Received: by wh2-19.st.uni-magdeburg.de (Postfix, from userid 1000) id D5EE19F73; Tue, 15 Jan 2002 19:04:59 +0100 (CET) Message-ID: <15428.28490.873166.723369@wh2-19.st.uni-magdeburg.de> Date: Tue, 15 Jan 2002 10:05:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Claudio Bley To: lglastre Cc: help-gcc@gnu.org Subject: Re: Gcc template problems In-Reply-To: <3C4433BE.4D33EC4F@yahoo.de> References: <3C4433BE.4D33EC4F@yahoo.de> X-Mailer: VM 6.96 under Emacs 21.1.1 X-SW-Source: 2002-01/txt/msg00154.txt.bz2 >>>>> "lglastre" == lglastre writes: lglastre> subscribe ___________________________________ lglastre> Hello, lglastre> I've some probleme with my gcc since the 2.96 version lglastre> with operator template. You could find down here the lglastre> listing a the result of the compilation which give me lglastre> problem. lglastre> N.B : the souce get gut with the other compilers I use : lglastre> Egcs.1.1.2 (linux) Hp compiler(hpux) and whatcom lglastre> compiler (Qnx) Whereby it might be interesting that it compiles just fine here (gcc 3.0.3) if I swap these two lines: friend foo operator - <> ( foo f1, foo f2); foo operator - (void); Claudio