------- Comment #5 from reichelt at gcc dot gnu dot org  2009-03-03 20:55 
-------
> Actually this is not a bogus aliasing warning at all.  You are accessing a
> character type as an int which is an aliasing violation.

Yeah, you're right. One can only access an int array via a char pointer, but
not
the other way round. Sorry for screwing things up.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39322

Reply via email to