]> git.ipfire.org Git - thirdparty/gcc.git/commit
c-common.c (scan_char_table): Allow "z" length modifiers on diouxXn formats.
authorJoseph Myers <jsm28@cam.ac.uk>
Mon, 17 Jul 2000 09:07:08 +0000 (03:07 -0600)
committerJeff Law <law@gcc.gnu.org>
Mon, 17 Jul 2000 09:07:08 +0000 (03:07 -0600)
commite21239a3dfd5281f2c8deb7c048ffba65db1da02
tree7ea24bca6db6b5b0cc6b3f197acc2db7446de9cb
parentc993555b03e478bec8876e469ee24569405143a8
c-common.c (scan_char_table): Allow "z" length modifiers on diouxXn formats.

* c-common.c (scan_char_table): Allow "z" length modifiers on
diouxXn formats.
(check_format_info): Use TYPE_DOMAIN on the type matched against
for "z" formats, to retrieve the language size_t rather than the
internal one.

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