[Bug c++/55801] ICE with thread_local after ill-formed forward declaration

2013-01-09 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55801 --- Comment #3 from paolo at gcc dot gnu.org paolo at gcc dot gnu.org 2013-01-09 14:43:59 UTC --- Author: paolo Date: Wed Jan 9 14:43:50 2013 New Revision: 195050 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=195050 Log: /cp

[Bug c++/55801] ICE with thread_local after ill-formed forward declaration

2013-01-08 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55801 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|NEW

[Bug c++/55801] ICE with thread_local after ill-formed forward declaration

2013-01-08 Thread vlukas at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55801 --- Comment #2 from vlukas at gmx dot de 2013-01-08 10:46:55 UTC --- Thank you for working on this. Strangely, I just tested this again and could remove one line from my testcase: class C; thread_local C

[Bug c++/55801] ICE with thread_local after ill-formed forward declaration

2013-01-07 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55801 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|UNCONFIRMED