From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27551 invoked by alias); 6 Mar 2002 07:00:24 -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 27468 invoked from network); 6 Mar 2002 07:00:21 -0000 Received: from unknown (HELO ariane.ens-cachan.fr) (138.231.176.4) by sources.redhat.com with SMTP; 6 Mar 2002 07:00:21 -0000 Received: from mayo.cmla.ens-cachan.fr (mayo.cmla.ens-cachan.fr [138.231.64.2]) by ariane.ens-cachan.fr (8.12.0.Beta19/jtpda-5.3.3) with ESMTP id g2670HrD031376 ; Wed, 6 Mar 2002 08:00:17 +0100 Received: from jambon.cmla.ens-cachan.fr (jambon.cmla.ens-cachan.fr [138.231.64.60]) by mayo.cmla.ens-cachan.fr (8.9.1a/jtpda-5.3.2) with ESMTP id IAA12168 ; Wed, 6 Mar 2002 08:00:15 +0100 (MET) Received: from (dosreis@localhost) by jambon.cmla.ens-cachan.fr (8.9.3/jtpda-5.3.1/CL) id IAA03403 ; Wed, 6 Mar 2002 08:00:15 +0100 (MET) To: Richard Henderson Cc: Benjamin Kosnik , Gabriel Dos Reis , stephen.webb@bregmasoft.com, gcc@gcc.gnu.org, libstdc++@gcc.gnu.org Subject: Re: Results for g++ 3.1 application testing on i686-pc-linux-gnu References: <20020305150323.C7725@redhat.com> From: Gabriel Dos Reis In-Reply-To: Richard Henderson's message of "Tue, 5 Mar 2002 15:03:23 -0800" Organization: CodeSourcery, LLC Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII Date: Tue, 05 Mar 2002 23:00:00 -0000 Message-ID: X-Mailer: Gnus v5.6.45/Emacs 19.34 X-SW-Source: 2002-03/txt/msg00168.txt.bz2 Richard Henderson writes: | On Tue, Mar 05, 2002 at 01:11:13PM -0800, Benjamin Kosnik wrote: | > It's annoying to me to see, for every header with | > | > const int l = 5; | > | > in it, this in every object file | > | > 00000000 r l | | I thought C++ allowed us to never emit these unless their | address is taken? Yes, that is the case. | If that's the case, I'd consider this | a (qoi) bug. I recall the issue popped up in the past but no action was taken. -- Gaby