From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16488 invoked by alias); 25 Nov 2004 14:13:24 -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 16417 invoked from network); 25 Nov 2004 14:13:07 -0000 Received: from unknown (HELO mail.cs.tu-berlin.de) (130.149.17.13) by sourceware.org with SMTP; 25 Nov 2004 14:13:07 -0000 Received: from mailhost.cs.tu-berlin.de (postfix@mail.cs.tu-berlin.de [130.149.17.13]) by mail.cs.tu-berlin.de (8.9.3p2/8.9.3) with ESMTP id PAA06001; Thu, 25 Nov 2004 15:13:06 +0100 (MET) Received: from localhost (localhost [127.0.0.1]) by mailhost.cs.tu-berlin.de (Postfix) with ESMTP id B0E9CF21A; Thu, 25 Nov 2004 15:13:05 +0100 (MET) Received: from mailhost.cs.tu-berlin.de ([127.0.0.1]) by localhost (bueno [127.0.0.1]) (amavisd-new, port 10224) with ESMTP id 08883-37; Thu, 25 Nov 2004 15:13:03 +0100 (MET) Received: from [130.149.24.70] (scalesia.rt.cs.tu-berlin.de [130.149.24.70]) by mailhost.cs.tu-berlin.de (Postfix) with ESMTP; Thu, 25 Nov 2004 15:13:03 +0100 (MET) In-Reply-To: <20041123075620.A27702@synopsys.com> References: <43088AA3-3D67-11D9-A2DA-003065C9F174@cs.tu-berlin.de> <20041123075620.A27702@synopsys.com> Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit Cc: gcc@gcc.gnu.org From: nico Subject: Re: Callgraph of GCC 4.0.0 Date: Thu, 25 Nov 2004 15:33:00 -0000 To: Joe Buck X-Virus-Scanned: by amavisd-new at cs.tu-berlin.de X-SW-Source: 2004-11/txt/msg00960.txt.bz2 On Nov 23, 2004, at 4:56 PM, Joe Buck wrote: > On Tue, Nov 23, 2004 at 04:49:29PM +0100, nico wrote: > I'll bet this is because you generated the callgraph of the tiny gcc > executable, and not the callgraph of the real compiler (cc1 or > cc1plus). Hi, I tried it with the cc1, but I can't find any function from the "middle end" (tree-ssa ...) in the call graph. there are only functions like these: [47] _build_compound_lit [35] _get_parm_info [30] _pop_scope [41] _builtin_function [44] _global_bindings_p [53] _push_scope [34] _c_lex_with_flags [48] _grokdeclarator [51] _shadow_tag_warned [33] _c_parse_init [49] _grokfield [46] _start_decl [38] _declare_label [50] _implicitly_declare [54] _undeclared_variabl [43] _define_label [45] _lex_string [37] _yyerror [52] _duplicate_decls [39] _make_label [36] _yylex [42] _finish_decl [31] _merge_decls [32] _yyparse [29] _finish_struct [40] _parser_xref_tag :-( I'm missing a lot of functions ... nico