This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
redundant % signs in output_operand_lossage
- To: gcc at gcc dot gnu dot org
- Subject: redundant % signs in output_operand_lossage
- From: Stan Shebs <shebs at apple dot com>
- Date: Thu, 11 Jan 2001 18:39:33 -0800
While bootstrapping with my Darwin patches, I got an internal error
that said "output_operand: invalid %%K value", which seemed odd,
since "%%K" is not a part of machine descriptions. From rooting
around a bit and finding many messages like this, and some not,
I gather that the message used to be a format string, but is now
output literally, and the %% can just be %. Anyway, since I can't
test any of the potentially affected architectures except rs6000,
I'll have to leave this as a suggestion for maintainers. I noticed
this in a29k, alpha, ia64, romp, rs6000, and sparc.
Stan