This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: -fzero-initialized-in-bss again
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- To: ebotcazou at act-europe dot fr
- Cc: gcc at gcc dot gnu dot org
- Date: Sat, 1 May 04 08:14:16 EDT
- Subject: Re: -fzero-initialized-in-bss again
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!