http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50441
Paolo Carlini <paolo.carlini at oracle dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paolo.carlini at oracle dot | |com --- Comment #4 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-09-17 14:03:41 UTC --- Ok. I'm still not sure what we should here. In particular, as Marc pointed out, C++ is very clear about float, double and long double being the only floating point types. I guess to be safe, better starting with numeric_limits? In terms of operations, at some point for sure the extended integer types could not be default constructed, I'm sure because I helped a friend tweaking code to wa such issue. I suppose I should check again.