This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/712: bad formatting of warning message
- To: gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, rodrigc at gcc dot gnu dot org, tromey at redhat dot com
- Subject: Re: c++/712: bad formatting of warning message
- From: lerdsuwa at gcc dot gnu dot org
- Date: 4 Nov 2001 10:55:53 -0000
Synopsis: bad formatting of warning message
State-Changed-From-To: open->analyzed
State-Changed-By: lerdsuwa
State-Changed-When: Sun Nov 4 02:55:53 2001
State-Changed-Why:
Confirmed. It's a flaw in current line wrap algorithm -
oridinary characters and % specifiers are handled separately.
The string:
warning: declaration of `
can be entirely printed. But the %s specifier (which is
code_length) cannot be printed in the same line.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&pr=712&database=gcc