Re: silly gcc bug in RELENG_6

2005-11-02 Thread Simon 'corecode' Schubert
Brian Buchanan wrote: test.c: In function `foobar': test.c:6: error: invalid application of `sizeof' to incomplete type `test.c' Looks like someone goofed up some printf() args. yah, but it's in the gcc code itself, no FreeBSD modification. cheers simon -- Serve - BSD +++

silly gcc bug in RELENG_6

2005-10-31 Thread Brian Buchanan
test.c: typedef struct a astruct; void foobar(void) { int s = sizeof(astruct); } gcc test.c test.c: In function `foobar': test.c:6: error: invalid application of `sizeof' to incomplete type `test.c' Looks like someone goofed up some printf() args. gcc -v Using built-in spe