This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: comparisons..
> Drat. I've wasted your time. Sorry.
>
> pwold011:/home/morton> gcc -v
> Reading specs from /usr/lib/gcc-lib/i686-unknown-linux/2.7.2.3/specs
> gcc version 2.7.2.3
>
> Any chance of a backport? :)
mira% kgcc -v
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.7.2.3/specs
gcc version 2.7.2.3
mira% kgcc -S -W a.c
a.c: In function `y':
a.c:5: warning: unsigned value < 0 is always 0
What do you get?
Martin