Skip to content

Commit

Permalink
Add -fno-show-column to libstdc++ test flags
Browse files Browse the repository at this point in the history
	* scripts/testsuite_flags.in: Add -fno-show-column to cxxflags.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@238993 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
redi committed Aug 2, 2016
1 parent 9847c1e commit 26eb32d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions libstdc++-v3/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
2016-08-02 Jonathan Wakely <jwakely@redhat.com>

* scripts/testsuite_flags.in: Add -fno-show-column to cxxflags.

* testsuite/18_support/bad_exception/23591_thread-1.c: Skip test if
options are present that aren't valid for C.
* testsuite/abi/header_cxxabi.c: Likewise.
Expand Down
2 changes: 1 addition & 1 deletion libstdc++-v3/scripts/testsuite_flags.in
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ case ${query} in
echo ${CC}
;;
--cxxflags)
CXXFLAGS_default="-D_GLIBCXX_ASSERT -fmessage-length=0"
CXXFLAGS_default="-D_GLIBCXX_ASSERT -fmessage-length=0 -fno-show-column"
CXXFLAGS_config="@SECTION_FLAGS@ @EXTRA_CXX_FLAGS@"
echo ${CXXFLAGS_default} ${CXXFLAGS_config}
;;
Expand Down

0 comments on commit 26eb32d

Please sign in to comment.