From: bothner Date: Tue, 5 Apr 2005 22:50:44 +0000 (+0000) Subject: * lib/gcc.exp: Always add -fno-show-column, for now. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=03acba80fe0afc2257d503c8950dc4f71e5dc6d9;p=thirdparty%2Fgcc.git * lib/gcc.exp: Always add -fno-show-column, for now. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97662 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 83eed3b38751..3a61f76bc5cf 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2005-04-05 Per Bothner + + * lib/gcc.exp: Always add -fno-show-column, for now. + 2005-04-05 Andrew Pinski PR testsuite/20767 diff --git a/gcc/testsuite/lib/gcc.exp b/gcc/testsuite/lib/gcc.exp index 5cfe9a53134c..5b6a5b846375 100644 --- a/gcc/testsuite/lib/gcc.exp +++ b/gcc/testsuite/lib/gcc.exp @@ -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]