http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48771
Paolo Carlini <paolo.carlini at oracle dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2011.04.26 14:10:31 CC| |jason at gcc dot gnu.org Component|libstdc++ |c++ Ever Confirmed|0 |1 --- Comment #1 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-04-26 14:10:31 UTC --- This is really a C++ front-end issue, not a library issue, because it just boils down to __is_literal_type and in turn to the internal literal_type_p, which apparently should be updated to reflect the FDIS concept.