Terry Lambert wrote:
>
> Jason Andresen wrote:
> > Odd, I can't reproduce that under RedHat:
>
> I guess you are saying there is a conspiracy to make GCC work
> only on RedHat?
>
> I could believe that... 8-) 8-) 8-).
>
> Actually, that was against 3.
c: In function `main':
gcctest.c:5: warning: implicit declaration of function `foo'
gcctest.c:9: warning: implicit declaration of function `printf'
gcctest.c:12: warning: control reaches end of non-void function
RedHat (8 ~): ./gcctest
hello, stupid compiler!