This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Callgraph of GCC 4.0.0



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]