------- Additional Comments From tomstdenis at gmail dot com 2005-06-17 14:51 ------- (In reply to comment #2) > Can you show how you compiled both with -fprofile-generate and -fprofile-use?
cc -march=prescott -fprofile-generate -Wall -W -Wshadow -I./ -O3 -funroll-loops -fomit-frame-pointer -c -o fp_set.o fp_set.c Typical compile statement [just the .c and .o file names change]. I ran my demo, then did rm -f *.[ao] Then did the build again switching "-generate" to "-use". Tom -- What |Removed |Added ---------------------------------------------------------------------------- Component|middle-end |c http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22104