c-common.c (print_char_table): Use the unpromoted type for lengths "h" and "hh" with...
authorJoseph Myers <jsm28@cam.ac.uk>
Thu, 12 Oct 2000 07:26:20 +0000 (08:26 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Thu, 12 Oct 2000 07:26:20 +0000 (08:26 +0100)
commit2f7026a014b970b927a12661ee9debe5ddb9458f
tree360a3d12bd9ac5b6b7248be74f575941f4d0a923
parentbb58bec5cf51bf1cadf8e2462a61e965806f5c6e
c-common.c (print_char_table): Use the unpromoted type for lengths "h" and "hh" with conversions dioxXu.

* c-common.c (print_char_table): Use the unpromoted type for
lengths "h" and "hh" with conversions dioxXu.
(check_format_types): Apply the default argument promotions where
the wanted type is not a pointer target.

From-SVN: r36841
gcc/ChangeLog
gcc/c-common.c