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: [tree-ssa] Minor fix to tail recursion code



On Mar 17, 2004, at 2:54 PM, law@redhat.com wrote:


In message <20040317224247.GB10865@redhat.com>, Richard Henderson writes:
On Wed, Mar 17, 2004 at 03:34:56PM -0700, law@redhat.com wrote:
I'm planning to break out a new function to check for type compatibility
and changing the various SSA bits to use that. It would be fairly simple
for someone to then extend that to call a langhook for those cases which
can not be handled simply by looking at the main variant.

Huh? We've already done this. It's *all* done in the langhook.
OH. I didn't know this was already done. Change in plans then :-) I'll
update all the type checking bits I know about to use the langhook...

I think I already got most of them. You might want to check out the patch
http://gcc.gnu.org/ml/gcc-patches/2004-03/msg01054.html



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