From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29709 invoked by alias); 11 Dec 2007 17:19:19 -0000 Received: (qmail 29699 invoked by uid 22791); 11 Dec 2007 17:19:18 -0000 X-Spam-Check-By: sourceware.org Received: from smtp1.dnsmadeeasy.com (HELO smtp1.dnsmadeeasy.com) (205.234.170.144) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 11 Dec 2007 17:19:12 +0000 Received: from smtp1.dnsmadeeasy.com (localhost [127.0.0.1]) by smtp1.dnsmadeeasy.com (Postfix) with ESMTP id 1B476311331; Tue, 11 Dec 2007 17:19:22 +0000 (UTC) X-Authenticated-Name: js.dnsmadeeasy X-Transit-System: In case of SPAM please contact abuse@dnsmadeeasy.com Received: from avtrex.com (unknown [67.116.42.147]) by smtp1.dnsmadeeasy.com (Postfix) with ESMTP; Tue, 11 Dec 2007 17:19:21 +0000 (UTC) Received: from [192.168.7.26] ([192.168.7.26]) by avtrex.com with Microsoft SMTPSVC(6.0.3790.1830); Tue, 11 Dec 2007 09:19:09 -0800 Message-ID: <475EC68C.8040303@avtrex.com> Date: Tue, 11 Dec 2007 17:19:00 -0000 From: David Daney User-Agent: Thunderbird 1.5.0.12 (X11/20071019) MIME-Version: 1.0 To: Tihanyi Norbert Cc: gcc-help@gcc.gnu.org Subject: Re: ast in gcj References: <11bb79770712110842i51b64f4ct7d949294a930e0ea@mail.gmail.com> In-Reply-To: <11bb79770712110842i51b64f4ct7d949294a930e0ea@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 2007-12/txt/msg00224.txt.bz2 Tihanyi Norbert wrote: > Hello! > > I have a little problem. I would like to make a new front-end for gcc. > It'll working with java search, but I can't found any reference how > can I dump my program's AST. > I hope, somebody could help me! Look at gcc's debugging options. Probably you want something like: -fdump-tree-all David Daney