http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25466
Paolo Carlini <paolo.carlini at oracle dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|gcc-bugs at gcc dot gnu.org | Known to fail| | --- Comment #5 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-10-18 10:26:39 UTC --- Here we should finally spend a bit of time extending build_typeid to handle more than INDIRECT_REF: in this case we have a COMPOUND_EXPR, which would be easy to handle, but we can also have nested COMPOUND_EXPRs... what else?