2007-02-02 Denis Pilat * gdb.threads/pthreads.exp: remove checking of unused argc and argv since they can be removed by a compiler optiisation. Index: testsuite/gdb.threads/pthreads.exp =================================================================== --- testsuite/gdb.threads/pthreads.exp (revision 553) +++ testsuite/gdb.threads/pthreads.exp (working copy) @@ -261,7 +261,7 @@ # Check that the "thread apply N backtrace" command works gdb_test "thread apply $main_id backtrace" \ - ".* in main \\(argc=.*, argv=.*\\).*" \ + ".* in main \\(.*\\).*" \ "check backtrace from main thread" gdb_test "thread apply $thread1_id backtrace" \ ".* in thread1 \\(arg=0xfeedface\\).*" \