From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5743 invoked by alias); 19 Oct 2002 02:54:59 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 5592 invoked from network); 19 Oct 2002 02:54:58 -0000 Received: from unknown (HELO fencepost.gnu.org) (199.232.76.164) by sources.redhat.com with SMTP; 19 Oct 2002 02:54:58 -0000 Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org with esmtp (Exim 4.10) id 182jlR-0002NT-01 for gcc@gnu.org; Fri, 18 Oct 2002 22:54:57 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 182jlP-00025S-00 for gcc@gnu.org; Fri, 18 Oct 2002 22:54:56 -0400 Received: from gnudist.gnu.org ([199.232.41.7]) by monty-python.gnu.org with esmtp (Exim 4.10) id 182c9l-0007aV-00 for gcc@gnu.org; Fri, 18 Oct 2002 14:47:33 -0400 Received: from mx2.redhat.com ([12.150.115.133]) by gnudist.gnu.org with esmtp (Exim 4.10) id 181sd9-000074-00 for gcc@gnu.org; Wed, 16 Oct 2002 14:10:51 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.11.6/8.11.6) with ESMTP id g9GI8Rs21327; Wed, 16 Oct 2002 14:08:27 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g9GI9Al15546; Wed, 16 Oct 2002 14:09:10 -0400 Received: from tonopah.toronto.redhat.com (tonopah.toronto.redhat.com [172.16.14.91]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id g9GI98D09219; Wed, 16 Oct 2002 11:09:09 -0700 Received: (from wilson@localhost) by tonopah.toronto.redhat.com (8.11.6/8.11.6) id g9GI98m08662; Wed, 16 Oct 2002 14:09:08 -0400 X-Authentication-Warning: tonopah.toronto.redhat.com: wilson set sender to wilson@redhat.com using -f To: sushil page Cc: gcc@gnu.org Subject: Re: how to get value of real constant in .tu file References: <20021015134133.882.qmail@web8204.mail.in.yahoo.com> From: Jim Wilson Date: Sat, 19 Oct 2002 02:52:00 -0000 In-Reply-To: <20021015134133.882.qmail@web8204.mail.in.yahoo.com> Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Status: No, hits=-6.7 required=5.0 tests=IN_REP_TO,REFERENCES,SPAM_PHRASE_00_01,USER_AGENT, X_AUTH_WARNING version=2.41 X-Spam-Level: X-SW-Source: 2002-10/txt/msg01177.txt.bz2 The .tu files are intentionally incomplete, to discourage people from using them for external optimizers. Jim