changeset 673:ec20058de094

Stewart Gordon <smjg_1998@yahoo.com> 2005-09-19 news:dgm16f$19t9$1@digitaldaemon.com
author thomask
date Tue, 20 Sep 2005 08:58:07 +0000
parents ec3124ba366f
children a080ec2279e7
files nocompile/c/const_24_A.d nocompile/c/const_24_B.d nocompile/c/const_24_C.d nocompile/c/const_24_D.d nocompile/c/const_24_E.d nocompile/c/const_24_F.d nocompile/c/const_24_G.d
diffstat 7 files changed, 133 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/c/const_24_A.d	Tue Sep 20 08:58:07 2005 +0000
@@ -0,0 +1,19 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Stewart Gordon <smjg_1998@yahoo.com>
+// @date@	2005-09-19
+// @uri@	news:dgm16f$19t9$1@digitaldaemon.com
+
+// __DSTRESS_ELINE__ 18
+
+module dstress.nocompile.c.const_24_A;
+
+void test(char[] s){
+}
+
+void main(){
+	const char[] s = "\U00010000";
+	test(bug(s));
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/c/const_24_B.d	Tue Sep 20 08:58:07 2005 +0000
@@ -0,0 +1,19 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Stewart Gordon <smjg_1998@yahoo.com>
+// @date@	2005-09-19
+// @uri@	news:dgm16f$19t9$1@digitaldaemon.com
+
+// __DSTRESS_ELINE__ 18
+
+module dstress.nocompile.c.const_24_B;
+
+void test(char[] s){
+}
+
+void main(){
+	const char[] s = "\U0000C617";
+	test(bug(s));
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/c/const_24_C.d	Tue Sep 20 08:58:07 2005 +0000
@@ -0,0 +1,19 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Stewart Gordon <smjg_1998@yahoo.com>
+// @date@	2005-09-19
+// @uri@	news:dgm16f$19t9$1@digitaldaemon.com
+
+// __DSTRESS_ELINE__ 18
+
+module dstress.nocompile.c.const_24_C;
+
+void test(char[] s){
+}
+
+void main(){
+	const char[] s = "\U0000C616";
+	test(bug(s));
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/c/const_24_D.d	Tue Sep 20 08:58:07 2005 +0000
@@ -0,0 +1,19 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Stewart Gordon <smjg_1998@yahoo.com>
+// @date@	2005-09-19
+// @uri@	news:dgm16f$19t9$1@digitaldaemon.com
+
+// __DSTRESS_ELINE__ 18
+
+module dstress.nocompile.c.const_24_D;
+
+void test(char[] s){
+}
+
+void main(){
+	const char[] s = "\uC617";
+	test(bug(s));
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/c/const_24_E.d	Tue Sep 20 08:58:07 2005 +0000
@@ -0,0 +1,19 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Stewart Gordon <smjg_1998@yahoo.com>
+// @date@	2005-09-19
+// @uri@	news:dgm16f$19t9$1@digitaldaemon.com
+
+// __DSTRESS_ELINE__ 18
+
+module dstress.nocompile.c.const_24_E;
+
+void test(char[] s){
+}
+
+void main(){
+	const char[] s = "\uC616";
+	test(bug(s));
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/c/const_24_F.d	Tue Sep 20 08:58:07 2005 +0000
@@ -0,0 +1,19 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Stewart Gordon <smjg_1998@yahoo.com>
+// @date@	2005-09-19
+// @uri@	news:dgm16f$19t9$1@digitaldaemon.com
+
+// __DSTRESS_ELINE__ 18
+
+module dstress.nocompile.c.const_24_F;
+
+void test(char[] s){
+}
+
+void main(){
+	char[] s = "\uC617";
+	test(bug(s));
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/c/const_24_G.d	Tue Sep 20 08:58:07 2005 +0000
@@ -0,0 +1,19 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Stewart Gordon <smjg_1998@yahoo.com>
+// @date@	2005-09-19
+// @uri@	news:dgm16f$19t9$1@digitaldaemon.com
+
+// __DSTRESS_ELINE__ 18
+
+module dstress.nocompile.c.const_24_G;
+
+void test(char[] s){
+}
+
+void main(){
+	char[] s = "\u0000C617";
+	test(bug(s));
+}
\ No newline at end of file