This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Possible errors in call to output_operand_lossage?
- From: Richard Henderson <rth at redhat dot com>
- To: Philipp Thomas <pthomas at suse dot de>, gcc-bugs at gcc dot gnu dot org, Philipp Thomas <philippt at t-online dot de>
- Date: Fri, 1 Feb 2002 15:08:23 -0800
- Subject: Re: Possible errors in call to output_operand_lossage?
- References: <20020202000349.L30996@jeffreys.suse.de>
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~