]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
PR debug/63239
authorfxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 21 Nov 2014 13:27:57 +0000 (13:27 +0000)
committerfxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 21 Nov 2014 13:27:57 +0000 (13:27 +0000)
* g++.dg/debug/dwarf2/deleted-member-function.C: Pass
-gno-strict-dwarf on darwin.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@217918 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 1c6cb24869f4c6cc278aa3d21bfc889d37503515..8c4a0510357ef556d51cf83165ebbd7eb495ae1a 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 50a84511e2e2bd2a6429328d9da872df80579974..6d251120d8595b455ff1a934c9a955c556f3faf2 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
 {