http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47277
Paolo Carlini <paolo.carlini at oracle dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jason at gcc dot gnu.org --- Comment #2 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-05-25 14:52:26 UTC --- Very likely due to the fix for c++/48935, we don't ICE anymore. However, as I noticed when I tried to fix this one, we always print: ‘main()::e::~e’ in the error message for line #4, that is, there is code in the front-end which disregards the actual '~e_u()'. Should this be improved as part of these PRs?