------- Comment #4 from rguenth at gcc dot gnu dot org  2009-05-07 15:06 -------
And if something should look through conversions it is get_pointer_alignment
which funnily has

  /* We rely on TER to compute accurate alignment information.  */
  if (!(optimize && flag_tree_ter))
    return 0;

eh.  That's probably trying to work around the alignment wrong-code bugs ... :/


-- 


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

Reply via email to