gdb/testsuite: Extend tests for print of cv qualifiers
authorChristina Schimpe <christina.schimpe@intel.com>
Tue, 16 Nov 2021 09:58:11 +0000 (10:58 +0100)
committerAndrew Burgess <aburgess@redhat.com>
Fri, 19 Nov 2021 11:29:52 +0000 (11:29 +0000)
commit5ee59b4bf20b9109064fda706503628b3e4b2d7a
tree64472fd60d4937a3d50b54f9644432448622ff36
parent999a4952a2f32e60769b2c3baefb274613754e6d
gdb/testsuite: Extend tests for print of cv qualifiers

This commit supplements whatis and ptype command tests for print of
const-volatile qualifiers.

gdb/testsuite/ChangeLog:
2021-11-16  Christina Schimpe  <christina.schimpe@intel.com>

* gdb.cp/ptype-cv-cp.cc: New const and volatile typedef
  variables.
* gdb.cp/ptype-cv-cp.exp: Add new tests.
gdb/testsuite/gdb.cp/ptype-cv-cp.cc
gdb/testsuite/gdb.cp/ptype-cv-cp.exp