From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18192 invoked by alias); 13 Jul 2010 20:06:39 -0000 Received: (qmail 18136 invoked by uid 48); 13 Jul 2010 20:06:23 -0000 Date: Tue, 13 Jul 2010 20:06:00 -0000 Message-ID: <20100713200623.18135.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: "jvdelisle 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/msg01432.txt.bz2 ------- Comment #4 from jvdelisle at gcc dot gnu dot org 2010-07-13 20:06 ------- The solution here should take into account all possible "key words" combinations as well. integer, complex, character, etc. Matching "REAL" should give match no accept for the few cases that are acceptable "REAL " and REAL(" for example. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44929