| Index: gdb/testsuite/gdb.base/volatile.exp
 | 
| diff --git a/gdb/testsuite/gdb.base/volatile.exp b/gdb/testsuite/gdb.base/volatile.exp
 | 
| index b876f0f74ff3dd376ecfa12a6ec2eb8f477f2465..ade9d66a6cdf6a83c8387051d5918b104a0bb64b 100644
 | 
| --- a/gdb/testsuite/gdb.base/volatile.exp
 | 
| +++ b/gdb/testsuite/gdb.base/volatile.exp
 | 
| @@ -30,10 +30,6 @@
 | 
|  #           ... etc.  (you get the idea)
 | 
|  # Mostly with char and unsigned char.                    
 | 
|  
 | 
| -if $tracelevel then {
 | 
| -        strace $tracelevel
 | 
| -        }
 | 
| -
 | 
|  #
 | 
|  # test running programs
 | 
|  #
 | 
| @@ -46,7 +42,7 @@ if { [prepare_for_testing volatile.exp volatile constvars.c] } {
 | 
|  
 | 
|  # Create and source the file that provides information about the compiler
 | 
|  # used to compile the test case.
 | 
| -if [get_compiler_info not-used] {
 | 
| +if [get_compiler_info] {
 | 
|      return -1;
 | 
|  }
 | 
|  
 | 
| 
 |