This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Use GCC-specific formats in driver diagnostics
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: "Joseph S. Myers" <joseph at codesourcery dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Fri, 4 Jun 2010 13:44:17 -0500
- Subject: Re: Use GCC-specific formats in driver diagnostics
- References: <Pine.LNX.4.64.1006041655420.16468@digraph.polyomino.org.uk>
On Fri, Jun 4, 2010 at 11: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?
yes.
-- Gaby