http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55207
--- Comment #5 from janus at gcc dot gnu.org 2012-11-05 09:37:20 UTC --- (In reply to comment #4) > Most of them seem to be scan-tree-dump failures, except for: > > FAIL: gfortran.dg/storage_size_3.f08 -O0 execution test > > which apparently segfaults at runtime (invalid memory reference). This is due to missing vptr initialization of the variable 'y': class(t), allocatable :: y