]> git.ipfire.org Git - thirdparty/gcc.git/commit
c-format.c (check_format_info_main): Use strncmp rather than a magic prefix to handle...
authorDanny Smith <dannysmith@users.sourceforge.net>
Thu, 24 Apr 2008 07:42:07 +0000 (07:42 +0000)
committerDanny Smith <dannysmith@gcc.gnu.org>
Thu, 24 Apr 2008 07:42:07 +0000 (07:42 +0000)
commitf9f9640f8464328726ca641a942366145504a7bd
tree1bf5ccf9dc81704b2e3222f660e2c18b7fdc33c0
parent64ceac43df8d0b74914b438137f89c6afde0ef61
c-format.c (check_format_info_main): Use strncmp rather than a magic prefix to handle multichar length specs.

gcc
* c-format.c (check_format_info_main): Use strncmp rather than a magic prefix
to handle multichar length specs.
* config/i386/msformat-c.c (format_length_info ms_printf_length_specs):
Don't prefix "I64" and "I32" with '\0'.

testsuite
* gcc.dg/format/ms-warnI64-1.c: New file.

From-SVN: r134623
gcc/ChangeLog
gcc/c-format.c
gcc/config/i386/msformat-c.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/format/ms-warnI64-1.c [new file with mode: 0644]