On 09.08.2012, at 12:39, Olaf Krzikalla <[email protected]> wrote:
> Hi @clang, > > attached there is a patch fixing some issues regarding rewriting of > floats. First, if APFloat::toString yields a string which could be an > integer, a trailing point is added. This fixes the rewriting of > expressions like "1./3.". > Second the proper suffixes are appended. Maybe someone can add the > proper suffix for half-floats too. Your patch broke several tests and didn't account for the implicit long double suffix in C++11 user defined literals. I fixed those and committed them along with your patch in r164303. - Ben _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
