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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |ASSIGNED
         AssignedTo|unassigned at gcc dot       |rguenth at gcc dot gnu.org
                   |gnu.org                     |

--- Comment #5 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-12-16 
12:26:48 UTC ---
Thanks Marcus.  Even more reduced:

typedef int T;
void fn (void)
{
  static T t;
}

making it link with adding 'int main() {}' does not affect the failure.

Reply via email to