From: uros Date: Mon, 1 Feb 2016 22:20:47 +0000 (+0000) Subject: * g++.dg/other/anon5.C (dg-opetions): Use -gdwarf-2 instead of -g. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d090e5c256dafbc37dd4ffaea674978bdc9d9f21;p=thirdparty%2Fgcc.git * g++.dg/other/anon5.C (dg-opetions): Use -gdwarf-2 instead of -g. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@233056 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 951b3e4c3204..cc686952889b 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2016-02-01 Uros Bizjak + + * g++.dg/other/anon5.C (dg-opetions): Use -gdwarf-2 instead of -g. + 2016-02-01 Martin Sebor * gcc.target/powerpc/pr17381.c: Remove duplicate copy of the test body. diff --git a/gcc/testsuite/g++.dg/other/anon5.C b/gcc/testsuite/g++.dg/other/anon5.C index 4e4cc4486439..2a6f57f12bcc 100644 --- a/gcc/testsuite/g++.dg/other/anon5.C +++ b/gcc/testsuite/g++.dg/other/anon5.C @@ -1,6 +1,6 @@ // PR c++/34094 // { dg-do link { target { ! { *-*-darwin* *-*-hpux* *-*-solaris2.* } } } } -// { dg-options "-g" } +// { dg-options "-gdwarf-2" } // Ignore additional message on powerpc-ibm-aix // { dg-prune-output "obtain more information" } */ // Ignore additional messages on Linux/x86 with PIE