This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 1/2] [PR symtab/17602] Split up gdb.cp/anon-ns.cc


Doug Evans writes:
 > Hi.
 > 
 > A lot of our tests live in just one source file which is bad
 > because gdb expands the symbol table with main() at startup.
 > Thus such tests exercise less than they could.
 > 
 > This patch splits up the gdb.cp/anon-ns test,
 > it was useful in diagnosing pr 17602.
 > 
 > 2014-11-25  Doug Evans  <dje@google.com>
 > 
 >         PR symtab/17602
 > 	* gdb.cp/anon-ns.cc: Move guts of this file to ...
 > 	* gdb.cp/anon-ns-2.cc: ... here.  New file.
 > 	* gdb.cp/anon-ns.exp: Update.

Committed, both parts 1 and 2.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]