ref: f4b395d13141b128ce34e85927ef12a56e148c61
parent: 0e1ef503f2d2a13bdd07e6d5230d1a67f2a92b47
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Fri Jan 8 08:12:02 EST 2016
Add TODO for C99 float math C99 defines several kind of float maths, depending of the internal macro FLT_EVAL_METHOD.
--- a/cc1/expr.c
+++ b/cc1/expr.c
@@ -71,6 +71,7 @@
tp = (lim->max.i <= ilim->max.i) ? inttype : uinttype;
break;
case FLOAT:
+ /* TODO: Add support for C99 float math */
tp = doubletype;
break;
default: