(convert_arguments): Don't warn about sign change for an INTEGER_CST inside NOP_EXPR...
authorRichard Stallman <rms@gnu.org>
Sun, 11 Jul 1993 22:44:54 +0000 (22:44 +0000)
committerRichard Stallman <rms@gnu.org>
Sun, 11 Jul 1993 22:44:54 +0000 (22:44 +0000)
commit4bbbc5d906d1363fa6ca5fdf587c579120756a71
treeec703d915e9e42ca93dcf3d43dc6176b9ab519a9
parentf0a5c7b7d334fb71876eb5819884ff6c01e83c49
(convert_arguments): Don't warn about sign change for an INTEGER_CST inside NOP_EXPR, if value not fits new type.

(convert_arguments): Don't warn about sign change
for an INTEGER_CST inside NOP_EXPR, if value not fits new type.
Delete the code to check for VAL having enumeration type.

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