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, 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.


r~


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