Commit 4b8f3f06 by Francois-Xavier Coudert Committed by François-Xavier Coudert

re PR debug/63239 (DWARF does not represent C++ deleted methods)

	PR debug/63239
	* g++.dg/debug/dwarf2/deleted-member-function.C: Pass
	-gno-strict-dwarf on darwin.

From-SVN: r217918
parent 130ee2eb
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.
......
// { 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
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment