Question about -fopt-info output (-fopt-info vs. -fopt-info-all)

2017-05-02 Thread Steve Ellcey
I have a question about -fopt-info. According to the GCC documentation at: https://gcc.gnu.org/onlinedocs/gccint/Dump-examples.html | If options is omitted, it defaults to all-all, which means dump all | available optimization info from all the passes. In the following example, | all optimiz

Re: Question about -fopt-info output (-fopt-info vs. -fopt-info-all)

2017-05-03 Thread Richard Biener
On Tue, May 2, 2017 at 11:40 PM, Steve Ellcey wrote: > I have a question about -fopt-info. According to the GCC documentation at: > > https://gcc.gnu.org/onlinedocs/gccint/Dump-examples.html > > > | If options is omitted, it defaults to all-all, which means dump all > | available optimization i