OSDN Git Service

* lib/gcc.exp: Always add -fno-show-column, for now.
authorbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 5 Apr 2005 22:50:44 +0000 (22:50 +0000)
committerbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 5 Apr 2005 22:50:44 +0000 (22:50 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97662 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/lib/gcc.exp

index 83eed3b..3a61f76 100644 (file)
@@ -1,3 +1,7 @@
+2005-04-05  Per Bothner  <per@bothner.com>
+
+       * lib/gcc.exp: Always add -fno-show-column, for now.
+
 2005-04-05  Andrew Pinski  <pinskia@physics.uc.edu>
 
        PR testsuite/20767
index 5cfe9a5..5b6a5b8 100644 (file)
@@ -144,6 +144,7 @@ proc gcc_target_compile { source dest type options } {
     if [target_info exists gcc,timeout] {
        lappend options "timeout=[target_info gcc,timeout]"
     }
+    lappend options "additional_flags=-fno-show-column"
     lappend options "compiler=$GCC_UNDER_TEST"
     set options [dg-additional-files-options $options $source]
     return [target_compile $source $dest $type $options]