[Bug fortran/44868] [OOP] Error recovery: ICE after invalid TBP call

2010-07-17 Thread bdsatish at gmail dot com
--- 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: > >

[Bug fortran/44912] New: [OOP] Segmentation fault on TBP

2010-07-11 Thread bdsatish at gmail dot com
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

[Bug fortran/44929] New: [OOP] Intrinsic type

2010-07-13 Thread bdsatish at gmail dot com
gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44929

[Bug fortran/44929] [OOP] Parsing error of derived type name starting with 'REAL'

2010-07-13 Thread bdsatish at gmail dot com
--- 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