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: [BUG] BINOP_DIV and ptyp command


Committed, thanks.

May I also add a corresponding test?

testsuite/Changelog entry:

2008-01-29  Pierre Muller  <muller@ics.u-strasbg.fr>

	* gdb.base/gdb1056.exp: Add unsigned integer test.


Index: gdb/testsuite/gdb.base/gdb1056.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.base/gdb1056.exp,v
retrieving revision 1.4
diff -r1.4 gdb1056.exp
47a48,49
> gdb_test "print 1U/0" ".*Division by zero.*" "Test unsigned division by
zero"
>




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