http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51328

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-12-19 
11:22:34 UTC ---
Fixing the ICE seems rather easy (an overeager gcc_assert?), but then we
reject:

template<typename T> struct A
{
  void foo(A<typename T::~T>);
};

which EDG accepts, apparently. Jason, is this also a rejects-valid?

Reply via email to