--
rask at gcc dot gnu dot org changed:
What|Removed |Added
Keywords||ice-on-valid-code
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28181
--
--
tbm at cyrius dot com changed:
What|Removed |Added
CC||debian-gcc at lists dot
||debian
Package: gcc-4.2
Version: 4.2.2-3
Hi,
This program:
static int foo();
int bar() { foo(); }
When being compiled generates a warning:
tst.c:1: warning: 'foo' used but never defined
And it actually creates an reference to an extneral symbol, just like
static wasn't there.
$ nm tst.o
0
3 matches
Mail list logo