This is the mail archive of the gcc-bugs@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]

[Bug c/22104] using "-fprofile-use" on code that has HUGE amounts of inline asm borks it


------- 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


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