On Thu, 15 Sep 2016 14:22:54 +0200, Pedro Alves wrote: > Did you try moving the initialization to the .cc file? Like: > > const float gnu_obj_4::somewhere = 3.14159; > > Did you find a reason to not do that? I have found that it may invalidate the testcase some way so I stayed on the safe side. I have read now briefly the .exp file and it does have some XFAIL around "extra CU-level DW_TAG_variable as DW_AT_declaration". But those compiler bugs should be forgotten now so I am fine even with this new patch below. Jan