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: [tree-ssa] How to make DECLs that alias


On Tue, Nov 18, 2003 at 05:56:21PM +0000, Andrew Haley wrote:
> Any ideas?

Not really.  There's no way to make two non-memory things alias.  

If you can somehow create a decl for a stack slot, and use it
for all the things a stack slot can hold, that might solve your
problem.  E.g. use a union.

There is some hope that we might be able to un-hork such code
with the scalar replacement pass that Diego is working ok.


r~


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