Commit aca32e16 by Per Bothner Committed by Per Bothner

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

From-SVN: r97662
parent ebabaece
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
......
......@@ -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]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment