This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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



On Mar 9, 2005, at 5:47 PM, Jon Grimm wrote:


+ pedwarn ("floating constant exceeds range of %<%T%>", type);

You might want to use %qT instead which does the same thing as above and is the style used in the rest of GCC.

-- Pinski


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]