On Tue, Jun 14, 2005 at 07:59:53PM -0400, Daniel Berlin wrote: > Is this really supposed to look like this?
Not really. What's there is Good Enough (tm) if we immediately expand to rtl; the union will Just So Happen to have Pmode, and so things will Just So Happen to work. This needs to use a VIEW_CONVERT_EXPR, at minimum. No doubt there are other parts of transparent unions that need modification. r~