http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52599
Paolo Carlini <paolo.carlini at oracle dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|mickael.guene at st dot com |jason at gcc dot gnu.org
--- Comment #1 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-03-16
10:39:42 UTC ---
Actually, the gcc_assert triggering is that in
build_data_member_initialization: t is a TRY_BLOCK (of course) at that point.
Not sure at the moment if we should diagnose the issue here or earlier. Maybe
Jason has tips..