* lib/gcc.exp: Always add -fno-show-column, for now.

From-SVN: r97662
This commit is contained in:
Per Bothner 2005-04-05 15:50:44 -07:00 committed by Per Bothner
parent ebabaeceda
commit aca32e16b0
2 changed files with 5 additions and 0 deletions

View 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

View 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]