------- Comment #9 from pinskia at gcc dot gnu dot org 2006-01-08 05:35 ------- (In reply to comment #8) > Another one is the following (without any possible aliasing problems):
Actually that is still a violation of the aliasing rules, as you are acessing a character as a Foo. Yes that is violation, though I think GCC does not define it as one. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19637