This is the mail archive of the gcc-bugs@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]

[Bug c/15360] c99: extern w/initializer; extern w/internal linkage


------- Additional Comments From jsm at polyomino dot org dot uk  2004-07-06 15:33 -------
Subject: Re:  c99: extern w/initializer; extern w/internal
 linkage

On Tue, 6 Jul 2004, pinskia at gcc dot gnu dot org wrote:

> Update even further this is undefined and now is rejected at runtime on
> the mainline:

Why do you say this is undefined?  The undefined case being discussed
recently is non-static followed by static, not the other way round as
here.  If there's some particular text saying static followed by extern
isn't allowed when the extern is initialized, please give the reference.



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15360


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