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, 2 Feb 2002 01:50:39 +0000 (GMT), you wrote:

>If it can't handle valid C99 formats,

Oh, it can handle C99 formats, but only if they are indeed used as
printf format.

>what does it think of the printf extensions used in GCC's diagnostics?

I haven't checked. But you only have to take a given message and see
if xgettext has marked it c-format. If it has, it will most probably
cause problems.

Philipp


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