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

redundant % signs in output_operand_lossage


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

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