http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46179
Andreas Schwab <sch...@linux-m68k.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2010.10.26 21:04:21 Ever Confirmed|0 |1 --- Comment #1 from Andreas Schwab <sch...@linux-m68k.org> 2010-10-26 21:04:21 UTC --- Reduced testcase: struct a { int a, b; }; void foo (struct a x) { static __thread struct a y; y = x; }