From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8345 invoked by alias); 22 Jul 2010 20:02:30 -0000 Received: (qmail 6085 invoked by uid 48); 22 Jul 2010 20:02:12 -0000 Date: Thu, 22 Jul 2010 20:02:00 -0000 Message-ID: <20100722200212.6084.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/msg02424.txt.bz2 ------- Comment #16 from kargl at gcc dot gnu dot org 2010-07-22 20:02 ------- Created an attachment (id=21289) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21289&action=view) Updated diff that handles intrinsics type The attached patch handles intrinsic types in match_type_spec better. It does not fix the issues found in the massive valgrind log. The handling of derive types is too opaque for me. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44929