From aca32e16b027b8b454e1c0ae3ee2e9825fb17bb4 Mon Sep 17 00:00:00 2001 From: Per Bothner Date: Tue, 5 Apr 2005 15:50:44 -0700 Subject: [PATCH] * lib/gcc.exp: Always add -fno-show-column, for now. From-SVN: r97662 --- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/lib/gcc.exp | 1 + 2 files changed, 5 insertions(+) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 83eed3b..3a61f76 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 5cfe9a5..5b6a5b8 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] -- 2.7.4