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, C] PR18249


On Fri, 21 May 2010, Shujing Zhao wrote:

> +	      case NIC_STAR:
> +		msg = "%<.%>";

This should be "*".  The "." seems wrong and you're using %qs below so no 
explicit %< and %> should be here.

OK with that change if there are no objections from C++ front-end 
maintainers within 48 hours.

-- 
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]