This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [RFC] ignoring type alias conflicts between structures and scalars
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- To: dnovillo at redhat dot com
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 25 Nov 04 16:03:09 EST
- Subject: Re: [RFC] ignoring type alias conflicts between structures and scalars
But if we just have a structure reference and a global variable, we
won't ever have this problem. The aliasing code doesn't look at
those. It only ever looks at pointers vs addressable variables. It
doesn't care about other variables.
You lost me. Isn't a global variable an addressable variable?