This is the mail archive of the gcc-patches@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: [patch 3/9] a more sensible way of getting genconditions' data into the other programs


Hi,

the insn-conditions.md file doesn't preserve escaping of
characters. So in the s390.md example
"CONST_OK_FOR_CONSTRAINT_P (INTVAL (operands[2]), 'K', \"K\")"
becomes
"CONST_OK_FOR_CONSTRAINT_P (INTVAL (operands[2]), 'K', "K")"
which a syntax error for the gen... tools.

Bye,

-Andreas-


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