[PATCH] Clean up FIXME in c-lex.c

Zack Weinberg zack@codesourcery.com
Wed Mar 9 23:07:00 GMT 2005


Jon Grimm <jgrimm2@us.ibm.com> writes:

> -    pedwarn ("floating constant exceeds range of %<%s%>", type_name);
> +    pedwarn ("floating constant exceeds range of %<%qT%>", type);

You misunderstood.  %qT is the same as %<%T%>; you don't need both the
q flag and the %<%>.  (q for quote.)

zw



More information about the Gcc-patches mailing list