Re: [C++ patch] Fix PR 57551

2013-06-07 Thread Jason Merrill
OK. Jason

[C++ patch] Fix PR 57551

2013-06-07 Thread Jan Hubicka
Hi, please see the PR log for details. My symtab patch made testcase anon6.C to fail because it tests that unused static var is output into the assembly and we now optimize it out. Adding attribute used however shows problem that the var suddenly becomes WEAK and COMDAT. It seems to me that this