--- Comment #4 from bdsatish at gmail dot com 2010-07-17 15:51 ---
Yes Janus, Dominique. The diagnosis is correct. The error messages are valid. I
think this PR can be closed.
(In reply to comment #3)
> At revision 162276, I get
>
>
> pr44868.f90:245.24:
>
>
ult on TBP
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: bdsatish at gmail dot com
http://gcc.gnu.or
gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44929
--- Comment #1 from bdsatish at gmail dot com 2010-07-13 17:30 ---
Reported by Satish at http://gcc.gnu.org/ml/fortran/2010-07/msg00152.html
Simplified testcase by Janus Weil:
type :: real_type
end type
class(real_type), allocatable :: obj
allocate(real_type :: obj)
end
This is a