This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/52844] ICE


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

--- Comment #4 from Marc Glisse <glisse at gcc dot gnu.org> 2012-10-12 15:52:16 UTC ---
template < class > struct V { };
template < int... > struct tuple ;
template < int...Is > void f ( V < Is...>) { }
auto g ( ) -> decltype ( f ( V < long >  ( ) ) ) ;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]