re PR debug/63239 (DWARF does not represent C++ deleted methods)
authorFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Fri, 21 Nov 2014 13:32:08 +0000 (13:32 +0000)
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Fri, 21 Nov 2014 13:32:08 +0000 (13:32 +0000)
PR debug/63239
* g++.dg/debug/dwarf2/deleted-member-function.C: Pass
-gno-strict-dwarf.

From-SVN: r217920

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/debug/dwarf2/deleted-member-function.C

index 8c4a0510357ef556d51cf83165ebbd7eb495ae1a..55817df9a3398cb42c75fdd79ad3e56cb610beff 100644 (file)
@@ -2,7 +2,7 @@
 
        PR debug/63239
        * g++.dg/debug/dwarf2/deleted-member-function.C: Pass
-       -gno-strict-dwarf on darwin.
+       -gno-strict-dwarf.
 
 2014-11-21  Tom de Vries  <tom@codesourcery.com>
 
index 6d251120d8595b455ff1a934c9a955c556f3faf2..a81028f6f69528d7a8152bdfc1a14b2d717d1544 100644 (file)
@@ -1,7 +1,6 @@
 // { dg-do compile }
-// { dg-options "-O -std=c++11 -g -dA" }
+// { dg-options "-O -std=c++11 -g -dA -gno-strict-dwarf" }
 // { dg-final { scan-assembler-times " DW_AT_GNU_deleted" 2 } }
-// { dg-additional-options "-gno-strict-dwarf" { target { *-*-darwin* } } }
 
 struct Foo
 {