[Bug c/18799] error: static declaration of 'x' follows non-static declaration
--- Additional Comments From markus at oberhumer dot com 2004-12-02 23:12 --- I'm reopening this against gcc-3.4.3 then, as the warning has vanished - a possible regression against 3.2 and 3.3. Note that gcc-3.4.3/gcc/c-decl.c talks about -Wtraditional, but even that doesn't make the wa
[Bug c/18799] error: static declaration of 'x' follows non-static declaration
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-02 21:24 --- The C standard says this is invalid code which is why 4.0.0 errors out. -- What|Removed |Added ---