+++ This bug was initially created as a clone of Bug #135488 +++ With main file defining its local type struct x { }; and a linked shared library defining other its own local time struct x { int field; }; GDB will resolve `struct x' in the main executable context from the library. -- Additional comment from jan.kratochvil on 2007-03-11 19:03 EST -- Posted upstream http://sources.redhat.com/ml/gdb-patches/2007-03/msg00119.html
Committed to RawHide: * Sat Mar 24 2007 Jan Kratochvil <jan.kratochvil> - 6.6-8 - Use definition of an empty structure as it is not an opaque type (BZ 233716). - Fixed the gdb.base/attachstop.exp testcase false 2 FAILs.