mirror of git://gcc.gnu.org/git/gcc.git
backport: re PR testsuite/65940 (g++.dg/other/anon5.C requires dwarf4 support in ld)
2016-08-29 Tom de Vries <tom@codesourcery.com> backport from trunk: PR testsuite/65940 2016-02-01 Uros Bizjak <ubizjak@gmail.com> * g++.dg/other/anon5.C (dg-opetions): Use -gdwarf-2 instead of -g. From-SVN: r239815
This commit is contained in:
parent
68576bfc50
commit
f61f7dc5bf
|
|
@ -1,3 +1,11 @@
|
||||||
|
2016-08-29 Tom de Vries <tom@codesourcery.com>
|
||||||
|
|
||||||
|
backport from trunk:
|
||||||
|
PR testsuite/65940
|
||||||
|
2016-02-01 Uros Bizjak <ubizjak@gmail.com>
|
||||||
|
|
||||||
|
* g++.dg/other/anon5.C (dg-opetions): Use -gdwarf-2 instead of -g.
|
||||||
|
|
||||||
2016-08-28 Tom de Vries <tom@codesourcery.com>
|
2016-08-28 Tom de Vries <tom@codesourcery.com>
|
||||||
|
|
||||||
PR testsuite/77034
|
PR testsuite/77034
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// PR c++/34094
|
// PR c++/34094
|
||||||
// { dg-do link { target { ! { *-*-darwin* *-*-hpux* *-*-solaris2.* } } } }
|
// { dg-do link { target { ! { *-*-darwin* *-*-hpux* *-*-solaris2.* } } } }
|
||||||
// { dg-options "-g" }
|
// { dg-options "-gdwarf-2" }
|
||||||
// Ignore additional message on powerpc-ibm-aix
|
// Ignore additional message on powerpc-ibm-aix
|
||||||
// { dg-prune-output "obtain more information" } */
|
// { dg-prune-output "obtain more information" } */
|
||||||
// Ignore additional messages on Linux/x86 with PIE
|
// Ignore additional messages on Linux/x86 with PIE
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue