changeset 1005:65461ac4aa9a

<smjg@iname.com> e4hubd$1qnr$1@digitaldaemon.com 2006-05-18
author thomask
date Fri, 19 May 2006 16:39:18 +0000
parents 37840ccb0091
children 9e1a036ad1c0
files nocompile/c/cdouble_10_A.d nocompile/c/cdouble_10_C.d nocompile/c/cdouble_10_D.d nocompile/c/cdouble_10_E.d nocompile/c/cdouble_10_F.d nocompile/c/cfloat_10_C.d nocompile/c/cfloat_10_D.d nocompile/c/cfloat_10_E.d nocompile/c/cfloat_10_F.d nocompile/c/creal_35_A.d nocompile/c/creal_35_B.d nocompile/c/creal_35_C.d nocompile/c/creal_35_D.d nocompile/c/creal_35_E.d nocompile/c/creal_35_F.d
diffstat 15 files changed, 141 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/nocompile/c/cdouble_10_A.d	Fri May 19 16:39:12 2006 +0000
+++ b/nocompile/c/cdouble_10_A.d	Fri May 19 16:39:18 2006 +0000
@@ -12,5 +12,5 @@
 
 void main(){
 	cdouble x;
-	x = 2.0;
+	x = 2;
 }
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/c/cdouble_10_C.d	Fri May 19 16:39:18 2006 +0000
@@ -0,0 +1,12 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// __DSTRESS_ELINE__ 11
+
+module dstress.nocompile.c.cdouble_10_C;
+
+void main(){
+	cdouble x;
+	x = 2.0;
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/c/cdouble_10_D.d	Fri May 19 16:39:18 2006 +0000
@@ -0,0 +1,11 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// __DSTRESS_ELINE__ 10
+
+module dstress.nocompile.c.cdouble_10_D;
+
+void main(){
+	cdouble x = 2.0;
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/c/cdouble_10_E.d	Fri May 19 16:39:18 2006 +0000
@@ -0,0 +1,12 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// __DSTRESS_ELINE__ 11
+
+module dstress.nocompile.c.cdouble_10_E;
+
+void main(){
+	cdouble x;
+	x = 2.0i;
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/c/cdouble_10_F.d	Fri May 19 16:39:18 2006 +0000
@@ -0,0 +1,11 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// __DSTRESS_ELINE__ 10
+
+module dstress.nocompile.c.cdouble_10_F;
+
+void main(){
+	cdouble x = 2.0i;
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/c/cfloat_10_C.d	Fri May 19 16:39:18 2006 +0000
@@ -0,0 +1,12 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// __DSTRESS_ELINE__ 11
+
+module dstress.nocompile.c.cfloat_10_C;
+
+void main(){
+	cfloat x;
+	x = 2.0f;
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/c/cfloat_10_D.d	Fri May 19 16:39:18 2006 +0000
@@ -0,0 +1,11 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// __DSTRESS_ELINE__ 10
+
+module dstress.nocompile.c.cfloat_10_D;
+
+void main(){
+	cfloat x = 2.0f;
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/c/cfloat_10_E.d	Fri May 19 16:39:18 2006 +0000
@@ -0,0 +1,12 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// __DSTRESS_ELINE__ 11
+
+module dstress.nocompile.c.cfloat_10_E;
+
+void main(){
+	cfloat x;
+	x = 2.0fi;
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/c/cfloat_10_F.d	Fri May 19 16:39:18 2006 +0000
@@ -0,0 +1,11 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// __DSTRESS_ELINE__ 10
+
+module dstress.nocompile.c.cfloat_10_F;
+
+void main(){
+	cfloat x = 2.0fi;
+}
--- a/nocompile/c/creal_35_A.d	Fri May 19 16:39:12 2006 +0000
+++ b/nocompile/c/creal_35_A.d	Fri May 19 16:39:18 2006 +0000
@@ -11,6 +11,6 @@
 module dstress.nocompile.c.creal_35_A;
 
 void main(){
-	cdouble x;
+	creal x;
 	x = 2;
 }
--- a/nocompile/c/creal_35_B.d	Fri May 19 16:39:12 2006 +0000
+++ b/nocompile/c/creal_35_B.d	Fri May 19 16:39:18 2006 +0000
@@ -11,5 +11,5 @@
 module dstress.nocompile.c.creal_35_B;
 
 void main(){
-	cdouble x = 2;
+	creal x = 2;
 }
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/c/creal_35_C.d	Fri May 19 16:39:18 2006 +0000
@@ -0,0 +1,12 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// __DSTRESS_ELINE__ 11
+
+module dstress.nocompile.c.creal_35_C;
+
+void main(){
+	creal x;
+	x = 2.0L;
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/c/creal_35_D.d	Fri May 19 16:39:18 2006 +0000
@@ -0,0 +1,11 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// __DSTRESS_ELINE__ 10
+
+module dstress.nocompile.c.creal_35_D;
+
+void main(){
+	creal x = 2.0L;
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/c/creal_35_E.d	Fri May 19 16:39:18 2006 +0000
@@ -0,0 +1,12 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// __DSTRESS_ELINE__ 11
+
+module dstress.nocompile.c.creal_35_E;
+
+void main(){
+	creal x;
+	x = 2.0Li;
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/c/creal_35_F.d	Fri May 19 16:39:18 2006 +0000
@@ -0,0 +1,11 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// __DSTRESS_ELINE__ 10
+
+module dstress.nocompile.c.creal_35_F;
+
+void main(){
+	creal x = 2.0Li;
+}