From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Kettenis To: gdb@sourceware.cygnus.com Subject: Testsuite regression Date: Sat, 01 Apr 2000 00:00:00 -0000 Message-ID: <200003261706.e2QH6Yn08493@delius.kettenis.local> X-SW-Source: 2000-q1/msg00810.html Message-ID: <20000401000000.prGk5zKfEWhMDVTb2AkeLyBImcSmEhgXskypyusyeCY@z> Hi all, Somewhere between March 9 and March 15, the following failure appears: FAIL: gdb.base/printcmds.exp: p &ctable2[15*16] with print elements set to 16 This is the output from a run where the test still passed: p &ctable2[15*16] $538 = (unsigned char *) 'a' And this the current output: p &ctable2[15*16] $538 = (unsigned char *) 'a' ... I'm a bit puzzled though what change is responsible for this regression. Is there anybody else observing this failure? Mark