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

From-SVN: r217918

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

index 1c6cb24..8c4a051 100644 (file)
@@ -1,3 +1,9 @@
+2014-11-21  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
+
+       PR debug/63239
+       * g++.dg/debug/dwarf2/deleted-member-function.C: Pass
+       -gno-strict-dwarf on darwin.
+
 2014-11-21  Tom de Vries  <tom@codesourcery.com>
 
        * gcc.dg/store-motion-fgcse-sm.c: New test.
index 50a8451..6d25112 100644 (file)
@@ -1,6 +1,7 @@
 // { dg-do compile }
 // { dg-options "-O -std=c++11 -g -dA" }
 // { dg-final { scan-assembler-times " DW_AT_GNU_deleted" 2 } }
+// { dg-additional-options "-gno-strict-dwarf" { target { *-*-darwin* } } }
 
 struct Foo
 {