https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65024
Paul Thomas <pault at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|ice-on-valid-code |FIXME Version|4.9.2 |5.0 Target Milestone|4.9.3 |6.0 Summary|[4.9/5 Regression] [OOP] |[OOP] unlimited polymorphic |ICE concerning unlimited |pointer structure not built |polymorphic pointer |when it should be --- Comment #14 from Paul Thomas <pault at gcc dot gnu.org> --- Although the regression is fixed, it is desirable to find out why the unlimited polymorphic type is not being built at source. This foxed me completely; albeit with a limited amount of time spent on it. The patch has the virtue that it is failsafe but I will leave the PR open. Thanks for the report Paul