From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22980 invoked by alias); 2 Mar 2006 02:58:35 -0000 Received: (qmail 22972 invoked by uid 22791); 2 Mar 2006 02:58:35 -0000 X-Spam-Check-By: sourceware.org Received: from eyesopen.com (HELO www.eyesopen.com) (208.41.78.163) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 02 Mar 2006 02:58:33 +0000 Received: from localhost (roger@localhost) by www.eyesopen.com (8.11.6/8.11.6) with ESMTP id k222pn908060; Wed, 1 Mar 2006 19:51:52 -0700 Date: Thu, 02 Mar 2006 02:58:00 -0000 From: Roger Sayle To: Zdenek Dvorak cc: gcc-patches@gcc.gnu.org Subject: Re: [patch] double_int In-Reply-To: <20060228113806.GA6560@atrey.karlin.mff.cuni.cz> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2006-03/txt/msg00105.txt.bz2 On Tue, 28 Feb 2006, Zdenek Dvorak wrote: > * gengtype.c (main): Handle double_int type. > * tree.h (struct tree_int_cst): Make type of int_cst double_int. > * double-int.c: New file. > * double-int.h: New file. > * system.h: Include doubleint.h. > * Makefile.in (SYSTEM_H): Include double-int.h. > (double-int.o): Add. Many thanks to RTH for confirming that he's happy with this API. This is OK for mainline. Roger --