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: [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?


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