[Bug c++/70067] [5/6 Regression] internal compiler error: in strip_typedefs, at cp/tree.c:1466

trippels at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Mar 4 08:29:00 GMT 2016


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70067

Markus Trippelsdorf <trippels at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code
           Severity|major                       |normal

--- Comment #5 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
This one is even accepted by Clang:

template <class> struct App;
template <class S> struct Dyn : S {
  typedef typename Dyn::Acc Acc;
  App<Acc> a;
};


More information about the Gcc-bugs mailing list