This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/15360] c99: extern w/initializer; extern w/internal linkage
- From: "jsm at polyomino dot org dot uk" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Jul 2004 15:33:37 -0000
- Subject: [Bug c/15360] c99: extern w/initializer; extern w/internal linkage
- References: <20040510002635.15360.hozelda@yahoo.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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