Hello Jonathan, > When in an arithmetic context, automatic promotion to some > implementation-defined floating-point type > that has at least binary16's accuracy, I would propose. Just like integer > calculations are always performed > on at least int (I sure hope I remember this correctly ;-). Not always btw - as John already mentioned condition for ? is not promoted from char to _Bool via int in C++ mode. Though, this does not matter :)
-- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
