11149 – [3.3/3.4 Regression] ICE on error when instantiation with call function of a base type (original) (raw)

Description Drea Pinski 2003-06-11 04:03:28 UTC

compile this code:

template class Foo { int i; public: Foo() { X::explode(); } };

class Bar { Foo foo_; public: Bar() {} };

template class Foo;

Since this is split, and I can confirm this on the mainline (20030610) and 3.3.1 (20030526) and I do not see the ICE. in 3.2.3