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: Fwd: Objective-C and C99 strict aliasing


John Engelhart <john.engelhart@gmail.com> writes:

> The easiest, and I think safest, course of action would be to add a
> line in c_common_get_alias_set similar to the one I suggested.  That
> is, if it is a pointer to something that looks even remotely like an
> objective-c "object", then just assume that it can alias anything.
>
> Any recommendations on what to do next?  Filing a bug seems like the
> step, I just wanted to see if I had missed something in my analysis of
> the problem.

Since you have a patch, you can just send it to gcc-patches@gcc.gnu.org
with a ChangeLog entry (see many existing messages on gcc-patches).  It
would be very good if you also had a test case to add to the testsuite.

Ian


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