C++ PATCH for c++/70778 (ICE with member template template parameter)

Jason Merrill jason@redhat.com
Sun Jul 24 02:50:00 GMT 2016


Here when we partially instantiated the declaration of the AddToFront
partial specialization, which meant substituting into
"Holder<Indexs>", we weren't replacing KeyType in the template
parameter list of Holder, leading to confusion when we encounter it
later and try to substitute in 0.

Tested x86_64-pc-linux-gnu, applying to trunk.



More information about the Gcc-patches mailing list