From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17973 invoked by alias); 1 May 2004 12:13:56 -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 17959 invoked from network); 1 May 2004 12:13:54 -0000 Received: from unknown (HELO vlsi1.ultra.nyu.edu) (128.122.140.213) by sources.redhat.com with SMTP; 1 May 2004 12:13:54 -0000 Received: by vlsi1.ultra.nyu.edu (4.1/1.34) id AA08801; Sat, 1 May 04 08:14:16 EDT Date: Sat, 01 May 2004 12:13:00 -0000 From: kenner@vlsi1.ultra.nyu.edu (Richard Kenner) Message-Id: <10405011214.AA08801@vlsi1.ultra.nyu.edu> To: ebotcazou@act-europe.fr Subject: Re: -fzero-initialized-in-bss again Cc: gcc@gcc.gnu.org X-SW-Source: 2004-05/txt/msg00008.txt.bz2 If that's the only intent, let's follow Geoff's suggestion and simply delete the line from ada/utils.c (or at least make -fno-common the default). AFAIK the problem .common is aimed at solving in C doesn't exist in Ada. If the goal is to treat a variable the same in Ada as it would have been in C, then deleting that line certainly won't do that!