changeset 1552:f107f5bcb3fe

[Issue 1079] gdb on linux: Dwarf Error: Cannot find DIE at 0xb705 referenced from DIE at 0x250 <someanon@yahoo.com> 2007-03-22 http://d.puremagic.com/issues/show_bug.cgi?id=1079
author thomask
date Mon, 23 Jul 2007 18:43:53 +0000
parents 7f8c2e529d37
children 46ba0b9746f3
files norun/d/debug_info_13_A.d
diffstat 1 files changed, 20 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/norun/d/debug_info_13_A.d	Mon Jul 23 18:43:53 2007 +0000
@@ -0,0 +1,20 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	<someanon@yahoo.com>
+// @date@	2007-03-22
+// @uri@	http://d.puremagic.com/issues/show_bug.cgi?id=1079
+// @desc@	[Issue 1079] gdb on linux: Dwarf Error: Cannot find DIE at 0xb705 referenced from DIE at 0x250
+
+// __DSTRESS_TORTURE_REQUIRE__ -g
+// __GDB_SCRIPT__ run
+// __GDB_PATTERN__ at .*:18
+
+module dstres.norun.d.debug_info_13_A;
+
+int main() {
+	Object foo = null;
+	auto b = foo.toString();
+	return 0;
+}