From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2136 invoked by alias); 25 Nov 2004 15:38:40 -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 2104 invoked from network); 25 Nov 2004 15:38:36 -0000 Received: from unknown (HELO mail.cs.tu-berlin.de) (130.149.17.13) by sourceware.org with SMTP; 25 Nov 2004 15:38:36 -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 QAA24402; Thu, 25 Nov 2004 16:38:31 +0100 (MET) Received: from localhost (localhost [127.0.0.1]) by mailhost.cs.tu-berlin.de (Postfix) with ESMTP id DFD28F21A; Thu, 25 Nov 2004 16:38:30 +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 08218-25; Thu, 25 Nov 2004 16:38:29 +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 16:38:29 +0100 (MET) In-Reply-To: <1101392413.31231.54.camel@localhost.localdomain> References: <43088AA3-3D67-11D9-A2DA-003065C9F174@cs.tu-berlin.de> <20041123075620.A27702@synopsys.com> <1101392413.31231.54.camel@localhost.localdomain> 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:47:00 -0000 To: Diego Novillo X-Virus-Scanned: by amavisd-new at cs.tu-berlin.de X-SW-Source: 2004-11/txt/msg00964.txt.bz2 On Nov 25, 2004, at 3:20 PM, Diego Novillo wrote: > You are not giving many details. sorry. > What commands did you try exactly? > Did you check that all the .o files in cc1/cc1plus were compiled with - > pg? make -n gives me something like this: -------------------------- gcc -c -g -pg -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I./../intl -I../../gcc/../libcpp/include ../../gcc/tree-ssa.c -o tree-ssa.o -------------------------- i think its ok. > How are you running cc1? usr/local/gcc-4.0.0-test/bin/gcc ./main.c oops ... and there was the mistake! sorry. Thank you ciao nico