From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4323 invoked by alias); 12 Aug 2008 14:25:15 -0000 Received: (qmail 4165 invoked by uid 22791); 12 Aug 2008 14:25:14 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 12 Aug 2008 14:24:21 +0000 Received: from zps78.corp.google.com (zps78.corp.google.com [172.25.146.78]) by smtp-out.google.com with ESMTP id m7CENpv3027444; Tue, 12 Aug 2008 15:23:52 +0100 Received: from smtp.corp.google.com (spacemonkey2.corp.google.com [192.168.120.114]) by zps78.corp.google.com with ESMTP id m7CENoRc001573 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 12 Aug 2008 07:23:50 -0700 Received: from localhost.localdomain.google.com (69-36-227-135.cust.layer42.net [69.36.227.135] (may be forged)) (authenticated bits=0) by smtp.corp.google.com (8.13.8/8.13.8) with ESMTP id m7CENhKt015061 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 12 Aug 2008 07:23:48 -0700 To: gcc-help@gcc.gnu.org Cc: Bob Plantz , Andrew Haley , Robin-Vossen Subject: Re: GNU C++ Inline Assembler References: <18912389.post@talk.nabble.com> <1218415637.5988.10.camel@bob-desktop> <18929255.post@talk.nabble.com> <48A08513.6050103@redhat.com> <1218489833.5989.6.camel@bob-desktop> <48A0E23F.EE8BC28C@dessent.net> From: Ian Lance Taylor Date: Tue, 12 Aug 2008 15:26:00 -0000 In-Reply-To: <48A0E23F.EE8BC28C@dessent.net> (Brian Dessent's message of "Mon\, 11 Aug 2008 18\:07\:11 -0700") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2008-08/txt/msg00117.txt.bz2 Brian Dessent writes: > Read the long thread that starts here: > . I still think that this would be cool: http://gcc.gnu.org/ml/gcc/2004-05/msg00391.html (but I have no plans to work on it myself). Ian