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


Thanks Kevin

kevin diggs-2 wrote:
> 
> Hi,
> 
> I just checked. The -v option will not show which -f(s) the -Ox
> options automatically include. Use:
> 
> gcc -O2 -S -fverbose-asm ...
> 
> They are included at the top of the asm file with -fverbose-asm.
> 
> kevin
> 
> 

-- 
View this message in context: http://old.nabble.com/gcc-peephole-problem-tp31339261p31420986.html
Sent from the gcc - Help mailing list archive at Nabble.com.


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