Beginnings of template debugging tests.
authorPeter Schauer <Peter.Schauer@mytum.de>
Fri, 25 Nov 1994 21:48:02 +0000 (21:48 +0000)
committerPeter Schauer <Peter.Schauer@mytum.de>
Fri, 25 Nov 1994 21:48:02 +0000 (21:48 +0000)
commit52e895cbb4ca54301e9bd239967f7f42407eeea4
tree55fd22f40a6c9764c205c42c241be10ac5de76d4
parente8abe489a03ca09accfad3d19e85bfd53a007db6
Beginnings of template debugging tests.
* gdb.c++/templ-info.cc:  New file to test for template
debugging capability of the compiler.
* gdb.c++/Makefile.in:  Add rule to build templ-info.exp from
templ-info.cc.
* gdb.c++/templates.cc:  Add explicit template instantiations
to enable compiling with -fno-implicit-templates. Add destructor
and 'value' method to T5 class for template tests.
* gdb.c++/templates.exp:  Add testcases for printing of template
types, setting breakpoints on template methods and calling a
template method.
gdb/testsuite/ChangeLog