[Bug c/22104] using "-fprofile-use" on code that has HUGE amounts of inline asm borks it
tomstdenis at gmail dot com
gcc-bugzilla@gcc.gnu.org
Fri Jun 17 14:51:00 GMT 2005
------- 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
More information about the Gcc-bugs
mailing list