>Could someone please review this? + if (cxx_dialect < cxx0x && !in_system_header) + pedwarn (input_location, OPT_pedantic, + "comma at end of enumerator list");
Why not use maybe_warn_cpp0x there?
>Could someone please review this? + if (cxx_dialect < cxx0x && !in_system_header) + pedwarn (input_location, OPT_pedantic, + "comma at end of enumerator list");
Why not use maybe_warn_cpp0x there?