[Bug c/64862] printf attribute should accept other string types

joseph at codesourcery dot com gcc-bugzilla@gcc.gnu.org
Thu Jan 29 22:00:00 GMT 2015


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64862

--- Comment #4 from joseph at codesourcery dot com <joseph at codesourcery dot com> ---
Note also that gcc.dg/format tests are run both with and without -DWIDE - 
the intent there is that wide string formats should be tested, when 
supported, with essentially the same tests as narrow string formats (via 
appropriate macros to make the tests generic, e.g. wrapping format strings 
in a macro L()).  That could be applied to other string types as well by 
running the tests more than twice.



More information about the Gcc-bugs mailing list