changeset 1271:d1a257667ede

fixed opAssign_21 -> opMulAssign_21
author thomask
date Sat, 23 Dec 2006 14:13:51 +0000
parents 660f9196b52a
children ecd6e898948d
files nocompile/o/opAssign_21_A.d nocompile/o/opAssign_21_B.d nocompile/o/opAssign_21_C.d nocompile/o/opMulAssign_21_A.d nocompile/o/opMulAssign_21_B.d nocompile/o/opMulAssign_21_C.d
diffstat 6 files changed, 54 insertions(+), 48 deletions(-) [+]
line wrap: on
line diff
--- a/nocompile/o/opAssign_21_A.d	Sat Dec 23 12:58:47 2006 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-// $HeadURL$
-// $Date$
-// $Author$
-
-// @author@	Thomas Kühne <thomas-dloop@kuehne.cn>
-// @date@	2006-12-23
-
-// __DSTRESS_ELINE__ 16
-
-module dstress.nocompile.o.opMulAssign_21_A;
-
-void foo(){
-	ifloat a = 1.0fi;
-	a *= 2.0fi;
-}
-
--- a/nocompile/o/opAssign_21_B.d	Sat Dec 23 12:58:47 2006 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-// $HeadURL$
-// $Date$
-// $Author$
-
-// @author@	Thomas Kühne <thomas-dloop@kuehne.cn>
-// @date@	2006-12-23
-
-// __DSTRESS_ELINE__ 16
-
-module dstress.nocompile.o.opMulAssign_21_B;
-
-void foo(){
-	idouble a = 1.0i;
-	a *= 2.0i;
-}
-
--- a/nocompile/o/opAssign_21_C.d	Sat Dec 23 12:58:47 2006 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-// $HeadURL$
-// $Date$
-// $Author$
-
-// @author@	Thomas Kühne <thomas-dloop@kuehne.cn>
-// @date@	2006-12-23
-
-// __DSTRESS_ELINE__ 16
-
-module dstress.nocompile.o.opMulAssign_21_C;
-
-void foo(){
-	ireal a = 1.0Li;
-	a *= 2.0Li;
-}
-
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/o/opMulAssign_21_A.d	Sat Dec 23 14:13:51 2006 +0000
@@ -0,0 +1,18 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Thomas Kühne <thomas-dloop@kuehne.cn>
+// @date@	2006-12-23
+// @uri@	news:bug-730-3@http.d.puremagic.com/issues/
+// @desc@	[Issue 730] New: broken operator handling of ifloat/idouble/ireal
+
+// __DSTRESS_ELINE__ 16
+
+module dstress.nocompile.o.opMulAssign_21_A;
+
+void foo(){
+	ifloat a = 1.0fi;
+	a *= 2.0fi;
+}
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/o/opMulAssign_21_B.d	Sat Dec 23 14:13:51 2006 +0000
@@ -0,0 +1,18 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Thomas Kühne <thomas-dloop@kuehne.cn>
+// @date@	2006-12-23
+// @uri@	news:bug-730-3@http.d.puremagic.com/issues/
+// @desc@	[Issue 730] New: broken operator handling of ifloat/idouble/ireal
+
+// __DSTRESS_ELINE__ 16
+
+module dstress.nocompile.o.opMulAssign_21_B;
+
+void foo(){
+	idouble a = 1.0i;
+	a *= 2.0i;
+}
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/o/opMulAssign_21_C.d	Sat Dec 23 14:13:51 2006 +0000
@@ -0,0 +1,18 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Thomas Kühne <thomas-dloop@kuehne.cn>
+// @date@	2006-12-23
+// @uri@	news:bug-730-3@http.d.puremagic.com/issues/
+// @desc@	[Issue 730] New: broken operator handling of ifloat/idouble/ireal
+
+// __DSTRESS_ELINE__ 16
+
+module dstress.nocompile.o.opMulAssign_21_C;
+
+void foo(){
+	ireal a = 1.0Li;
+	a *= 2.0Li;
+}
+