This is the mail archive of the gcc-help@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: gcc optimization option flags


Hello Andrew,

Thank you very much for your quick response.
But -fverbose-asm and -save-temps doesn't help to list the flags.

Thanks
Swami

Andrew Haley wrote:
M R Swami Reddy wrote:
Hello,
Could any one mention the list optimization flags enabled with -o1 option.
I have a list ( I strongly guess, a few more flags missing from the
below list):
==
-fomit-frame-pointer
-fif-conversion
-fif-conversion2 \
-fipa-pure-const \
-fipa-reference \
-ftree-ccp \
-ftree-dce \
-ftree-dse \
-ftree-ter \
-ftree-sra \
-ftree-copyrename \
-ftree-fre \
-ftree-copy-prop \
-ftree-sink \
-ftree-salias \
-funit-at-a-time

Compile with -fverbose-asm -save temps and look at the .s file


Andrew.





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