changeset 482:64666b604c01

cfloat.min > cfloat.max David L. Davis <SpottedTiger@yahoo.com> 2005-04-24 news:d4deen$1j8c$1@digitaldaemon.com
author thomask
date Mon, 25 Apr 2005 06:16:43 +0000
parents e979fee5a2cd
children 409b666ab312
files run/bug_constfold_575_A.d run/bug_constfold_575_B.d run/bug_constfold_575_C.d run/bug_constfold_575_D.d run/bug_constfold_575_E.d run/bug_constfold_575_F.d run/bug_constfold_575_G.d run/bug_constfold_575_H.d run/bug_constfold_575_I.d run/bug_constfold_575_J.d run/bug_constfold_575_K.d run/bug_constfold_575_L.d run/bug_constfold_575_M.d run/bug_constfold_575_N.d run/bug_constfold_575_O.d run/bug_constfold_575_P.d run/bug_constfold_575_Q.d run/bug_constfold_575_R.d
diffstat 18 files changed, 306 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/run/bug_constfold_575_A.d	Mon Apr 25 06:16:43 2005 +0000
@@ -0,0 +1,16 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	David L. Davis <SpottedTiger@yahoo.com>
+// @date@	2005-04-24
+// @uri@	news:d4deen$1j8c$1@digitaldaemon.com
+
+module dstress.run.bug_constfold_575_A;
+
+int main(){
+	if (cfloat.min > cfloat.max){
+		assert(0);
+	}
+	return 0;
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/run/bug_constfold_575_B.d	Mon Apr 25 06:16:43 2005 +0000
@@ -0,0 +1,16 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	David L. Davis <SpottedTiger@yahoo.com>
+// @date@	2005-04-24
+// @uri@	news:d4deen$1j8c$1@digitaldaemon.com
+
+module dstress.run.bug_constfold_575_B;
+
+int main(){
+	if (cdouble.min > cdouble.max){
+		assert(0);
+	}
+	return 0;
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/run/bug_constfold_575_C.d	Mon Apr 25 06:16:43 2005 +0000
@@ -0,0 +1,16 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	David L. Davis <SpottedTiger@yahoo.com>
+// @date@	2005-04-24
+// @uri@	news:d4deen$1j8c$1@digitaldaemon.com
+
+module dstress.run.bug_constfold_575_C;
+
+int main(){
+	if (creal.min > creal.max){
+		assert(0);
+	}
+	return 0;
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/run/bug_constfold_575_D.d	Mon Apr 25 06:16:43 2005 +0000
@@ -0,0 +1,16 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	David L. Davis <SpottedTiger@yahoo.com>
+// @date@	2005-04-24
+// @uri@	news:d4deen$1j8c$1@digitaldaemon.com
+
+module dstress.run.bug_constfold_575_D;
+
+int main(){
+	if (ireal.min > ireal.max){
+		assert(0);
+	}
+	return 0;
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/run/bug_constfold_575_E.d	Mon Apr 25 06:16:43 2005 +0000
@@ -0,0 +1,16 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	David L. Davis <SpottedTiger@yahoo.com>
+// @date@	2005-04-24
+// @uri@	news:d4deen$1j8c$1@digitaldaemon.com
+
+module dstress.run.bug_constfold_575_E;
+
+int main(){
+	if (idouble.min > idouble.max){
+		assert(0);
+	}
+	return 0;
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/run/bug_constfold_575_F.d	Mon Apr 25 06:16:43 2005 +0000
@@ -0,0 +1,16 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	David L. Davis <SpottedTiger@yahoo.com>
+// @date@	2005-04-24
+// @uri@	news:d4deen$1j8c$1@digitaldaemon.com
+
+module dstress.run.bug_constfold_575_F;
+
+int main(){
+	if (ifloat.min > ifloat.max){
+		assert(0);
+	}
+	return 0;
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/run/bug_constfold_575_G.d	Mon Apr 25 06:16:43 2005 +0000
@@ -0,0 +1,16 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	David L. Davis <SpottedTiger@yahoo.com>
+// @date@	2005-04-24
+// @uri@	news:d4deen$1j8c$1@digitaldaemon.com
+
+module dstress.run.bug_constfold_575_G;
+
+int main(){
+	if (float.min > float.max){
+		assert(0);
+	}
+	return 0;
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/run/bug_constfold_575_H.d	Mon Apr 25 06:16:43 2005 +0000
@@ -0,0 +1,16 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	David L. Davis <SpottedTiger@yahoo.com>
+// @date@	2005-04-24
+// @uri@	news:d4deen$1j8c$1@digitaldaemon.com
+
+module dstress.run.bug_constfold_575_H;
+
+int main(){
+	if (double.min > double.max){
+		assert(0);
+	}
+	return 0;
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/run/bug_constfold_575_I.d	Mon Apr 25 06:16:43 2005 +0000
@@ -0,0 +1,16 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	David L. Davis <SpottedTiger@yahoo.com>
+// @date@	2005-04-24
+// @uri@	news:d4deen$1j8c$1@digitaldaemon.com
+
+module dstress.run.bug_constfold_575_I;
+
+int main(){
+	if (real.min > real.max){
+		assert(0);
+	}
+	return 0;
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/run/bug_constfold_575_J.d	Mon Apr 25 06:16:43 2005 +0000
@@ -0,0 +1,18 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	David L. Davis <SpottedTiger@yahoo.com>
+// @date@	2005-04-24
+// @uri@	news:d4deen$1j8c$1@digitaldaemon.com
+
+module dstress.run.bug_constfold_575_J;
+
+int main(){
+	cfloat a=cfloat.min;
+	cfloat b=cfloat.max;
+	if (a > b){
+		assert(0);
+	}
+	return 0;
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/run/bug_constfold_575_K.d	Mon Apr 25 06:16:43 2005 +0000
@@ -0,0 +1,18 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	David L. Davis <SpottedTiger@yahoo.com>
+// @date@	2005-04-24
+// @uri@	news:d4deen$1j8c$1@digitaldaemon.com
+
+module dstress.run.bug_constfold_575_K;
+
+int main(){
+	float a=float.min;
+	float b=float.max;
+	if (a > b){
+		assert(0);
+	}
+	return 0;
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/run/bug_constfold_575_L.d	Mon Apr 25 06:16:43 2005 +0000
@@ -0,0 +1,18 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	David L. Davis <SpottedTiger@yahoo.com>
+// @date@	2005-04-24
+// @uri@	news:d4deen$1j8c$1@digitaldaemon.com
+
+module dstress.run.bug_constfold_575_L;
+
+int main(){
+	ifloat a=ifloat.min;
+	ifloat b=ifloat.max;
+	if (a > b){
+		assert(0);
+	}
+	return 0;
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/run/bug_constfold_575_M.d	Mon Apr 25 06:16:43 2005 +0000
@@ -0,0 +1,18 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	David L. Davis <SpottedTiger@yahoo.com>
+// @date@	2005-04-24
+// @uri@	news:d4deen$1j8c$1@digitaldaemon.com
+
+module dstress.run.bug_constfold_575_M;
+
+int main(){
+	double a=double.min;
+	double b=double.max;
+	if (a > b){
+		assert(0);
+	}
+	return 0;
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/run/bug_constfold_575_N.d	Mon Apr 25 06:16:43 2005 +0000
@@ -0,0 +1,18 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	David L. Davis <SpottedTiger@yahoo.com>
+// @date@	2005-04-24
+// @uri@	news:d4deen$1j8c$1@digitaldaemon.com
+
+module dstress.run.bug_constfold_575_N;
+
+int main(){
+	idouble a=idouble.min;
+	idouble b=idouble.max;
+	if (a > b){
+		assert(0);
+	}
+	return 0;
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/run/bug_constfold_575_O.d	Mon Apr 25 06:16:43 2005 +0000
@@ -0,0 +1,18 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	David L. Davis <SpottedTiger@yahoo.com>
+// @date@	2005-04-24
+// @uri@	news:d4deen$1j8c$1@digitaldaemon.com
+
+module dstress.run.bug_constfold_575_O;
+
+int main(){
+	cdouble a=cdouble.min;
+	cdouble b=cdouble.max;
+	if (a > b){
+		assert(0);
+	}
+	return 0;
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/run/bug_constfold_575_P.d	Mon Apr 25 06:16:43 2005 +0000
@@ -0,0 +1,18 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	David L. Davis <SpottedTiger@yahoo.com>
+// @date@	2005-04-24
+// @uri@	news:d4deen$1j8c$1@digitaldaemon.com
+
+module dstress.run.bug_constfold_575_P;
+
+int main(){
+	real a=real.min;
+	real b=real.max;
+	if (a > b){
+		assert(0);
+	}
+	return 0;
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/run/bug_constfold_575_Q.d	Mon Apr 25 06:16:43 2005 +0000
@@ -0,0 +1,18 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	David L. Davis <SpottedTiger@yahoo.com>
+// @date@	2005-04-24
+// @uri@	news:d4deen$1j8c$1@digitaldaemon.com
+
+module dstress.run.bug_constfold_575_Q;
+
+int main(){
+	ireal a=ireal.min;
+	ireal b=ireal.max;
+	if (a > b){
+		assert(0);
+	}
+	return 0;
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/run/bug_constfold_575_R.d	Mon Apr 25 06:16:43 2005 +0000
@@ -0,0 +1,18 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	David L. Davis <SpottedTiger@yahoo.com>
+// @date@	2005-04-24
+// @uri@	news:d4deen$1j8c$1@digitaldaemon.com
+
+module dstress.run.bug_constfold_575_R;
+
+int main(){
+	creal a=creal.min;
+	creal b=creal.max;
+	if (a > b){
+		assert(0);
+	}
+	return 0;
+}