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: Bug in transparent union handling?


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~


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