Re: [PATCH] Remove unused tree_decl_with_vis field - thread_local

2013-02-05 Thread Richard Biener
On Tue, 5 Feb 2013, Jakub Jelinek wrote: > Hi! > > Got a bugreport that gcc plugins can't be compiled with -std=c++11, > seems the reason why not is badly named bitfield that is never used > anyway. From what I've seen in CVS history, thread_local_flag > was first removed by > 2005-06-30 Steven

[PATCH] Remove unused tree_decl_with_vis field - thread_local

2013-02-05 Thread Jakub Jelinek
Hi! Got a bugreport that gcc plugins can't be compiled with -std=c++11, seems the reason why not is badly named bitfield that is never used anyway. From what I've seen in CVS history, thread_local_flag was first removed by 2005-06-30 Steven Bosscher * tree.h (struct tree_decl): New fi