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 Wed, 20 Aug 2003 09:37:26 -0700, Richard Henderson <rth@redhat.com> wrote:

> On Wed, Aug 20, 2003 at 03:35:47PM +0200, Gunther Nikl wrote:
>> extern const char bar[];
>
> TREE_STATIC must be set here.  If it isn't, that's the bug.

TREE_STATIC has never been set on decls with DECL_EXTERNAL set.

Jason


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