aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/lib/gcc.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/lib/gcc.exp')
-rw-r--r--gcc/testsuite/lib/gcc.exp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/testsuite/lib/gcc.exp b/gcc/testsuite/lib/gcc.exp
index 5cfe9a5..5b6a5b84 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]