I am not able to make progress on this. I can not reproduce this and
investigate it on the machines I have. It'd be helpful if someone has
access to sparc-sun-solaris2.9 help to investigate this.
GCC is trying to emit DW_TAG_imported_decl or DW_TAG_imported_mode DIE
(DIE = Debugging Information Entry) for using declaration/attribute.
It needs the type DIE describing the context of 'using' to associate
DW_TAG_imported_decl die. If such DIE is not already available it will
force one. Some how it is not able to force die in this case. I'd like
to know more about this tree node representing this type and backtrace
so that I can investigate what went wrong.