s***@open64.net
2012-08-20 20:02:29 UTC
Author: dgilmore
Date: 2012-08-20 16:02:28 -0400 (Mon, 20 Aug 2012)
New Revision: 4013
Modified:
trunk/osprey/common/com/x8664/targ_const.cxx
Log:
Fixed bug in Targ_Print for X8664 when printing C10 constants.
Modified: trunk/osprey/common/com/x8664/targ_const.cxx
===================================================================
--- trunk/osprey/common/com/x8664/targ_const.cxx 2012-08-20 19:59:10 UTC (rev 4012)
+++ trunk/osprey/common/com/x8664/targ_const.cxx 2012-08-20 20:02:28 UTC (rev 4013)
@@ -3615,7 +3615,7 @@
case MTYPE_C10:
if (fmt == NULL)
- fmt = "%#21.20, %#21.20";
+ fmt = "%#21.20Lg, %#21.20Lg";
sprintf(r, fmt, TCON_R10(c), TCON_IR10(c));
#if !(defined(FRONT_END_C) || defined(FRONT_END_CPLUSPLUS))
if (re = strchr(r, 'e'))
Date: 2012-08-20 16:02:28 -0400 (Mon, 20 Aug 2012)
New Revision: 4013
Modified:
trunk/osprey/common/com/x8664/targ_const.cxx
Log:
Fixed bug in Targ_Print for X8664 when printing C10 constants.
Modified: trunk/osprey/common/com/x8664/targ_const.cxx
===================================================================
--- trunk/osprey/common/com/x8664/targ_const.cxx 2012-08-20 19:59:10 UTC (rev 4012)
+++ trunk/osprey/common/com/x8664/targ_const.cxx 2012-08-20 20:02:28 UTC (rev 4013)
@@ -3615,7 +3615,7 @@
case MTYPE_C10:
if (fmt == NULL)
- fmt = "%#21.20, %#21.20";
+ fmt = "%#21.20Lg, %#21.20Lg";
sprintf(r, fmt, TCON_R10(c), TCON_IR10(c));
#if !(defined(FRONT_END_C) || defined(FRONT_END_CPLUSPLUS))
if (re = strchr(r, 'e'))