Re: [C++ patch] Fix PR 57551
OK. Jason
[C++ patch] Fix PR 57551
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