| Submitter | Hans-Peter Nilsson |
|---|---|
| Date | Nov. 24, 2012, 9:41 a.m. |
| Message ID | <alpine.BSF.2.02.1211240440010.50510@dair.pair.com> |
| Download | mbox | patch |
| Permalink | /patch/201447/ |
| State | New |
| Headers | show |
Comments
Patch
Index: gcc/testsuite/lib/gcc-gdb-test.exp =================================================================== --- gcc/testsuite/lib/gcc-gdb-test.exp (revision 192677) +++ gcc/testsuite/lib/gcc-gdb-test.exp (working copy) @@ -74,7 +74,9 @@ proc gdb-test { args } { if { $first == $second } { pass "$testname" } else { - send_log "$first != $second\n" + # We need the -- to disambiguate $first from an option, + # as it may be negative. + send_log -- "$first != $second\n" fail "$testname" } remote_close target