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: Use GCC-specific formats in driver diagnostics


On Jun 4, 2010, at 9:57 AM, "Joseph S. Myers" <joseph@codesourcery.com> wrote:
> This patch follows up on my changes to make the driver use the same
> diagnostics functions as the core compiler by now making driver code
> take advantage of the formats available in that code and use formats
> such as %qs, %m, %< and %> where appropriate.
> 
> Bootstrapped with no regressions on x86_64-unknown-linux-gnu.  OK to
> commit?
> 
> 2010-06-04  Joseph Myers  <joseph@codesourcery.com>
> 
> 	* config/darwin-driver.c (darwin_default_min_version): Use
> 	* GCC-specific formats in diagnostics.

Ok, though nix the extra * in the CL entry.


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