------- Comment #1 from danglin at gcc dot gnu dot org 2010-06-19 17:24 ------- Spawning: gdb -nx -nw -quiet -x pr41404-1.gdb ./pr41404-1.exe Reading symbols from /home/dave/gnu/gcc-4.5/objdir/gcc/testsuite/gcc/pr41404-1.e xe...done. Breakpoint 1 at 0x104f4: file /home/dave/gnu/gcc/gcc/gcc/testsuite/gcc.dg/gualit y/pr41404-1.c, line 10.
Breakpoint 1, bar1 (i=7) at /home/dave/gnu/gcc/gcc/gcc/testsuite/gcc.dg/guality/pr41404-1.c:14 14 i++; /* { dg-final { gdb-test 14 "*foo" "'b'" } } */ $1 = 98 'b' $2 = 102 'f' A debugging session is active. Inferior 1 [process 30769] will be killed. Quit anyway? (y or n) [answered Y; input not from terminal] 98 'b' != 102 'f' FAIL: gcc.dg/guality/pr41404-1.c -O2 -fwhopr line 10 *foo == 'f' -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44591