]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/convert.c
Updated to new filenames
[gcc.git] / gcc / convert.c
index a063a6e88e109f6585c1880c29cf401708febb0b..62bcaf2b3f2b4612dcaab8534b2ee70a516ca16e 100644 (file)
@@ -100,7 +100,7 @@ convert_to_real (type, expr)
   {
     register tree tem = make_node (REAL_CST);
     TREE_TYPE (tem) = type;
-    TREE_REAL_CST (tem) = REAL_VALUE_ATOF ("0.0");
+    TREE_REAL_CST (tem) = REAL_VALUE_ATOF ("0.0", TYPE_MODE (type));
     return tem;
   }
 }
This page took 0.029614 seconds and 5 git commands to generate.