This is the mail archive of the gcc-bugs@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]

Re: c++/712: bad formatting of warning message


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


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