https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88085

--- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
A simpler testcase is:

int __attribute__((aligned(1))) var;

int foo(void)
{
  return var;
}

----- CUT ---
Compile this on a strict alignment target and you get the wrong code.

Reply via email to