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 2/4] BRIG (HSAIL) frontend: The FE itself.


This patch has many improperly formatted diagnostic messages (e.g. 
starting with capital letters, ending with '.' or failing to use %q for 
quoting).  I also note cases where you use %lu as a format for size_t, 
which is not correct (you'd need to add pretty-print.c support for %zu 
before you could use that, however).

-- 
Joseph S. Myers
joseph@codesourcery.com


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