From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8987 invoked by alias); 20 Apr 2010 17:23:08 -0000 Received: (qmail 8978 invoked by uid 22791); 20 Apr 2010 17:23:07 -0000 X-SWARE-Spam-Status: No, hits=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 20 Apr 2010 17:23:01 +0000 Received: from int-mx05.intmail.prod.int.phx2.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.18]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o3KHMxnK005508 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 20 Apr 2010 13:22:59 -0400 Received: from psique.localnet (vpn-238-16.phx2.redhat.com [10.3.238.16]) by int-mx05.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o3KHMwhX002656; Tue, 20 Apr 2010 13:22:58 -0400 From: Sergio Durigan Junior To: tromey@redhat.com Subject: Re: [PATCH]: New `logical*8' type for Fortran Date: Tue, 20 Apr 2010 17:23:00 -0000 User-Agent: KMail/1.13.2 (Linux/2.6.32.11-99.fc12.x86_64; KDE/4.4.2; x86_64; ; ) Cc: Jan Kratochvil , gdb-patches@sourceware.org References: <201004152001.22206.sergiodj@redhat.com> <201004191717.15145.sergiodj@redhat.com> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201004201422.57495.sergiodj@redhat.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-04/txt/msg00616.txt.bz2 On Tuesday 20 April 2010 12:54:53, Tom Tromey wrote: > >>>>> "Sergio" == Sergio Durigan Junior writes: > Sergio> Ok, I give up (for now). Here is the attached version of the > patch. Sergio> Ok to commit? > > Sergio> 2010-04-18 Jan Kratochvil > Sergio> * f-exp.y: Add new production to recognize the `logical*8' type. > Sergio> (LOGICAL_S8_KEYWORD): New token. > Sergio> * f-lang.c (enum f_primitive_types) > Sergio> : New field. > Sergio> (f_language_arch_info): Handling `logical*8' type. > Sergio> (build_fortran_types): Building `logical*8' type. > Sergio> * f-lang.h (struct builtin_f_type) : New > field. > > This is ok. Thanks. Thanks, commited. -- Sergio