This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: IMA vs tree-ssa
On Thu, Feb 26, 2004 at 03:34:13PM -0800, Geoff Keating wrote:
> As I commented, will this really work?
I guess not.
For c89, the squishy rules (if it looks ok, it's ok) means
that we do have transitivity, and so things really ought to
be ok to just chain together the TYPE_MAIN_VARIANT lists.
For c99, we can't. I guess we'll need some sort of language
callback in order to determine type compatibility. Given that,
it seems silly to treat c89 and c99 differently.
r~