]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/c-typeck.c
(build_binary_op): Warn when ~unsigned is compared against unsigned...
authorDoug Evans <dje@gnu.org>
Fri, 12 May 1995 23:22:34 +0000 (23:22 +0000)
committerDoug Evans <dje@gnu.org>
Fri, 12 May 1995 23:22:34 +0000 (23:22 +0000)
commit64c01f8071113aff84414204e9d63cff3701bfb7
treecc8d37f2da5693f9404b7b73405a114de0297a46
parent2a6f449e6661ab9dcd038aefbb35cbb33208b133
(build_binary_op): Warn when ~unsigned is compared against unsigned...

(build_binary_op): Warn when ~unsigned is compared
against unsigned, and type promotions result in an unexpected answer.

From-SVN: r9670
gcc/c-typeck.c