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]
Other format: [Raw text]

Re: Possible errors in call to output_operand_lossage?


On Sat, Feb 02, 2002 at 12:03:49AM +0100, Philipp Thomas wrote:
> The following calls to output_operand_lossage seem be wrong as they
> use '%' instead of '%%' and thus xgettext will mark them as C format and
> then msgfmt will fail because things like %A are no valid format specifiers.

They are not printf format.  Existing uses are correct.


r~


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