From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4772 invoked by alias); 13 Jul 2010 20:41:17 -0000 Received: (qmail 4735 invoked by uid 48); 13 Jul 2010 20:41:06 -0000 Date: Tue, 13 Jul 2010 20:41:00 -0000 Message-ID: <20100713204106.4734.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/44929] [OOP] Parsing error of derived type name starting with 'REAL' In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "kargl at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2010-07/txt/msg01436.txt.bz2 ------- Comment #6 from kargl at gcc dot gnu dot org 2010-07-13 20:41 ------- (In reply to comment #1) > Reported by Satish at http://gcc.gnu.org/ml/fortran/2010-07/msg00152.html Is the original code invalid? A type is specified in several contexts by a type specifier. R401 type-spec is intrinsic-type-spec or derived-type-spec C401 (R401) The derived-type-spec shall not specify an abstract type (4.5.6). Satish extends an abstract type. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44929