This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [3.3/3.4] wrong handling of "extern const" variables


On Thu, 21 Aug 2003 11:11:42 -0700, Richard Henderson <rth@redhat.com> wrote:

> On Thu, Aug 21, 2003 at 12:23:45PM -0400, Jason Merrill wrote:
>> TREE_STATIC has never been set on decls with DECL_EXTERNAL set.
>
> Why not?  Such a decl *must* be in static storage.

Yes, but traditionally TREE_STATIC has meant "in static storage in the
current translation unit".  I'm used to checking TREE_STATIC ||
DECL_EXTERNAL in most cases.

I wouldn't object to changing this, but it would be a change.

Jason


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]