http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57365
janus at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2013-05-24 CC| |janus at gcc dot gnu.org Summary|Soured allocation fails in |[OOP] Sourced allocation |subroutines |fails with unlimited | |polymorphism Ever confirmed|0 |1 --- Comment #1 from janus at gcc dot gnu.org --- Confirmed also with trunk. It works when changing the unlimited "CLASS(*)" to some "CLASS(t)".