http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54165
Marc Glisse <glisse at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |glisse at gcc dot gnu.org --- Comment #2 from Marc Glisse <glisse at gcc dot gnu.org> 2012-08-03 17:39:41 UTC --- Looks like moving the VOID_TYPE case before the direct initialization case in build_static_cast_1 would help, although there are other places where we could test for void conversions.