* TODO: Add notes about printing of fancy types and GDB expressions.
authorJim Kingdon <jkingdon@engr.sgi.com>
Sat, 15 Jan 1994 16:30:04 +0000 (16:30 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Sat, 15 Jan 1994 16:30:04 +0000 (16:30 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/TODO

index 0841d9e77f755178389ae8ae5e0e4ed8df543784..945dfb3ed1c4b9faf06e89d347563f58cbc3d27f 100644 (file)
@@ -1,6 +1,6 @@
 Sat Jan 15 09:57:22 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
-       * TODO: Add note about printing of fancy types.
+       * TODO: Add notes about printing of fancy types and GDB expressions.
 
 Thu Jan 13 17:16:09 1994  Stan Shebs  (shebs@andros.cygnus.com)
 
index 269d2ec2d24f08cf91008f6b5d9e61ea7f901017..da7e08635728b8146f5933944240ef16bf82c0d8 100644 (file)
@@ -52,6 +52,10 @@ Test printing complex types, including functions, pointers to arrays
 of pointers of functions, functions which return pointers to
 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.
+
 Test that printing const-qualified versions of various types works.
 In particular, on the sparc and probably other machines, "double" is
 handled differently from most types because it requires more alignment