comparison dmd/TypeBasic.d @ 134:4251f96733f4 dmd2037

Fix of the hopefully last regression with dmd2.037
author Eldar Insafutdinov <e.insafutdinov@gmail.com>
date Sat, 11 Sep 2010 13:03:39 +0100
parents 60bb0fe4563e
children 0c8cc2a10f99
comparison
equal deleted inserted replaced
133:e8a741997ccf 134:4251f96733f4
306 case TY.Timaginary64: 306 case TY.Timaginary64:
307 case TY.Tfloat64: fvalue = double.min; goto Lfvalue; 307 case TY.Tfloat64: fvalue = double.min; goto Lfvalue;
308 case TY.Tcomplex80: 308 case TY.Tcomplex80:
309 case TY.Timaginary80: 309 case TY.Timaginary80:
310 case TY.Tfloat80: fvalue = real.min; goto Lfvalue; 310 case TY.Tfloat80: fvalue = real.min; goto Lfvalue;
311 default:
311 } 312 }
312 } 313 }
313 else if (ident is Id.nan) 314 else if (ident is Id.nan)
314 { 315 {
315 switch (ty) 316 switch (ty)