On Jun 14, 2005, at 10:14 AM, Scott Robert Ladd wrote:
Here's an example: Building new targets and fixing some code generation
bugs involve changing the machine definitions, which are written in a
rather uncommon language. Frankly, I haven't figured out all the
nuances
yet, mostly because I don't have the luxury of studying it, and I can't
find any clear and comprehensive documentation.
No you don't need to learn a new language. You need to learn RTL which
is a
language yes but it is based on LISP. Also some of the recent bugs are
on
the tree level so you just need to know GIMPLE which is really just
simple
expressions. So I don't see why you are complaining because code
generation
bugs should be just reported and let the powers at be fix them. If you
show
that it is a regression, then it will get a higher priority, than other
bugs.
Again I have not seen a simple bug report from you recently; just a
simple
this goes bonkers, this is what I want GCC to output will do.
Thanks,
Andrew Pinski