https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63306
Bug ID: 63306 Summary: [4.9 Regression] ICE: Segmentation fault in analyze_functions() Product: gcc Version: 4.9.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: trippels at gcc dot gnu.org markus@x4 tmp % cat context.ii template <typename...> class A; class B { B(const int &, const A<int, int> &); }; B::B(const int &, const A<int, int> &) {} markus@x4 tmp % g++ -std=c++11 -c context.ii cc1plus: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See <http://gcc.gnu.org/bugs.html> for instructions. This is the issue from PR63244 comment 4.