On 09/20/2011 10:19 AM, Paolo Carlini wrote:
+ if (explicit_int128 && pedantic && ! in_system_header) + pedwarn (input_location, OPT_pedantic, + "ISO C++ does not support %<__int128%> for %qs", name);
Yep, like that. But we also want the check for null integer128_type_node. Jason