OSDN Git Service

* c-common.c (scan_char_table): Allow "z" length modifiers on
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 17 Jul 2000 09:07:08 +0000 (09:07 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 17 Jul 2000 09:07:08 +0000 (09:07 +0000)
commit9e32a2aae05208aeba6b0e812c84a844ab0326a7
tree7ea24bca6db6b5b0cc6b3f197acc2db7446de9cb
parenteb5e0bd6856978601d26cd2091f26b37f083c5a3
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35083 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/c-common.c