From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14650 invoked by alias); 30 Nov 2012 04:39:10 -0000 Received: (qmail 14480 invoked by uid 22791); 30 Nov 2012 04:39:07 -0000 X-SWARE-Spam-Status: No, hits=-6.2 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail-ia0-f175.google.com (HELO mail-ia0-f175.google.com) (209.85.210.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 30 Nov 2012 04:38:59 +0000 Received: by mail-ia0-f175.google.com with SMTP id z3so61162iad.20 for ; Thu, 29 Nov 2012 20:38:59 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:x-gm-message-state; bh=r2JQZwBaEi3v0jEyJjU+DzWlK3tqKshjVUaCFk2dlXQ=; b=ZqOf8HGpJXMEVdzK3o94SBc4kPNeZYpIS1dWkn40nddJsNDTQ/99vu+3eSn03ug0yA Vzq3Zy9xlBVNuojsG99UattCIngYyKSSd56jAwRm2tapomFs5D8lAivt4DNilX7kZEdb 1jcLbgE4nB1SMJVoSqpMEZ9EXEkX2KEzxCdOqkGz5wcfIWD4DltMqqGZFvmebzKdG4ZR LBq1/sVV9Owga5pZmYKwPY8S+Fq8axftKUS3Cd4oG+yDeGnG6u5pDhbkeE1t96VHYk6Z 0uBtBgVqDPz1iVpNbz0crnAAHi/joNkzVA4PK2lbXeF+zriH8snBHtP4VHOhf67u2iwd zmXw== MIME-Version: 1.0 Received: by 10.50.40.225 with SMTP id a1mr27801868igl.7.1354250339300; Thu, 29 Nov 2012 20:38:59 -0800 (PST) Received: by 10.64.15.195 with HTTP; Thu, 29 Nov 2012 20:38:59 -0800 (PST) In-Reply-To: References: Date: Fri, 30 Nov 2012 04:39:00 -0000 Message-ID: Subject: Re: Question about gimple frontend From: Ian Lance Taylor To: Lyu Mitnick Cc: gcc-help@gcc.gnu.org Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQmg2kBS8Pxo5exc1o6R32tWqE2g+gAN/e5LWrVq1XqZygpbQLvMPkNQcAbBRv0Z5fHwQdGCpBnM5ZjYMwt5SSuV36BxHkgrNRccMySv9iX9V2yQxJcmQpMkU3rJCWvhLKL4iQH6zBcwlSitQjpc4blfQUelEcm4gYRWCKea0znTZyRkDer4F79/VvjNYIeHUGxq3gJe 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: 2012-11/txt/msg00218.txt.bz2 On Thu, Nov 29, 2012 at 10:52 AM, Lyu Mitnick wrote: > > I notice that there is a project Gimple FE - A Gimple Front End > (http://gcc.gnu.org/wiki/GimpleFrontEnd). > I have read the GCC document to find how to use. And I found the > option, -fdump-tree-gimple, which can > be used to output gimple. However I cannot find any option to read > gimple in, and continues compiling. > Would you mind to tell me how to do it? It's a project. It's not complete and it's not part of mainline GCC. As the wiki page says, the work is being done on the gimple-front-end branch. Ian