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]
Other format: [Raw text]

Re: RFC: Using mode and code macros in *.md files


Michael Matz wrote:
Perhaps such problems could be solved by emitting a "preprocessed" .md
file

Yes, that is a good idea. Another idea that occured to me over the weekend is to have a debugging recog. It would be nice if recog could tell us what it was doing.


Trying to match reg:SI for insns 177, 178, 179, 224, 225
Success.
Trying to match eq:SI for insn 177
Failure.
Trying to match ne:SI for insn 178
Success.

That would make it easier to find some kinds of bugs.
--
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com


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