aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/TODO
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1994-01-15 17:03:41 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1994-01-15 17:03:41 +0000
commit2069bd10d59f4d2e6bc14ce7be5c2df0ca79751e (patch)
tree46e3c9ee51a0b82382b82f609306bc18e6005032 /gdb/testsuite/TODO
parent96f1fa1542c32c9556262f3b0674916a6129d4f2 (diff)
downloadgdb-2069bd10d59f4d2e6bc14ce7be5c2df0ca79751e.zip
gdb-2069bd10d59f4d2e6bc14ce7be5c2df0ca79751e.tar.gz
gdb-2069bd10d59f4d2e6bc14ce7be5c2df0ca79751e.tar.bz2
* TODO: Add notes about printing of fancy types and GDB expressions.
Diffstat (limited to 'gdb/testsuite/TODO')
-rw-r--r--gdb/testsuite/TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/testsuite/TODO b/gdb/testsuite/TODO
index da7e086..0550e6c 100644
--- a/gdb/testsuite/TODO
+++ b/gdb/testsuite/TODO
@@ -55,6 +55,10 @@ functions, etc.
Test GDB expressions--test all operators (and overloaded operators for
C++). Test integer constants which are signed or unsigned int, long,
or long long. Test detection of overflow of an integer constant.
+Here are a few integer constants to test (test they get the right
+types): 5, 5LL, 5LuL, 5L6u (invalid), 5LU. Maybe things like
+0x12345678, 0x87654321, etc., but their types depend on sizes of int,
+long, etc.
Test that printing const-qualified versions of various types works.
In particular, on the sparc and probably other machines, "double" is