changeset 1228:7020fe16bf5e

[Issue 585] New: dmd crashes with segmentation fault Vladimir <v04bvs@gmail.com> 2006-11-22 news:bug-585-3@http.d.puremagic.com/issues/
author thomask
date Sat, 25 Nov 2006 13:37:17 +0000
parents b687738c2fcb
children 01942d3423b2
files nocompile/t/template_46_A.d nocompile/t/template_46_B.d reporter.txt
diffstat 3 files changed, 33 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/t/template_46_A.d	Sat Nov 25 13:37:17 2006 +0000
@@ -0,0 +1,15 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Vladimir <v04bvs@gmail.com>
+// @date@	2006-11-22
+// @uri@	news:bug-585-3@http.d.puremagic.com/issues/
+// @desc@	[Issue 585] New: dmd crashes with segmentation fault
+
+// __DSTRESS_ELINE__ 14
+
+module dstress.nocompile.t.template_46_A;
+
+template T(void *p){
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/t/template_46_B.d	Sat Nov 25 13:37:17 2006 +0000
@@ -0,0 +1,17 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Vladimir <v04bvs@gmail.com>
+// @date@	2006-11-22
+// @uri@	news:bug-585-3@http.d.puremagic.com/issues/
+// @desc@	[Issue 585] New: dmd crashes with segmentation fault
+
+// __DSTRESS_ELINE__ 14
+
+module dstress.nocompile.t.template_46_B;
+
+template T(void *p){
+}
+
+mixin T!(null);
--- a/reporter.txt	Sat Nov 25 13:37:10 2006 +0000
+++ b/reporter.txt	Sat Nov 25 13:37:17 2006 +0000
@@ -142,6 +142,7 @@
 van eeshan		<vanee@hotmail.com>
 Vathix			<chris@dprogramming.com>, <vathix@dprogramming.com>, <vathixSpamFix@dprogramming.com>
 Victor Nakoryakov	<nail-mail@mail.ru>
+Vladimir		<v04bvs@gmail.com>
 Walter			<newshound@digitalmars.com>
 Witold Baryluk		<aryluk@mpi.int.pl>
 xs0			<xs0@xs0.com>