diff options
author | Uros Bizjak <ubizjak@gmail.com> | 2016-02-01 23:20:47 +0100 |
---|---|---|
committer | Uros Bizjak <uros@gcc.gnu.org> | 2016-02-01 23:20:47 +0100 |
commit | 7dd7780d4da7e12a7a8ee2c378cc984746474657 (patch) | |
tree | d645ac13726893d6b0585323672a7d08091d0e8d /gcc | |
parent | 237b87ee2f4c0fd40c92e8bd925e2ad1cabb5e46 (diff) | |
download | gcc-7dd7780d4da7e12a7a8ee2c378cc984746474657.zip gcc-7dd7780d4da7e12a7a8ee2c378cc984746474657.tar.gz gcc-7dd7780d4da7e12a7a8ee2c378cc984746474657.tar.bz2 |
anon5.C (dg-opetions): Use -gdwarf-2 instead of -g.
* g++.dg/other/anon5.C (dg-opetions): Use -gdwarf-2 instead of -g.
From-SVN: r233056
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/g++.dg/other/anon5.C | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 951b3e4..cc68695 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2016-02-01 Uros Bizjak <ubizjak@gmail.com> + + * g++.dg/other/anon5.C (dg-opetions): Use -gdwarf-2 instead of -g. + 2016-02-01 Martin Sebor <msebor@redhat.com> * 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 4e4cc44..2a6f57f 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 |