Re: -fopt-info handling

2016-07-06 Thread Richard Biener
On Wed, Jul 6, 2016 at 2:25 PM, Ulrich Drepper wrote: > On Tue, Jul 5, 2016 at 6:06 AM, Richard Biener > wrote: >> I don't think all-all is a useful default. "optimized" may be though. > > I relied on old documentation installed on one of my system. > Apparently the default changed to optimized-

Re: -fopt-info handling

2016-07-06 Thread Ulrich Drepper
On Tue, Jul 5, 2016 at 6:06 AM, Richard Biener wrote: > I don't think all-all is a useful default. "optimized" may be though. I relied on old documentation installed on one of my system. Apparently the default changed to optimized-optall. So, no change to the documentation needed if the general

Re: -fopt-info handling

2016-07-05 Thread Richard Biener
On Mon, Jul 4, 2016 at 11:45 PM, Ulrich Drepper wrote: > Anyone? > > On Mon, Jun 27, 2016 at 1:31 PM, Ulrich Drepper wrote: >> The manual says about -fop-info: >> >>If OPTIONS is omitted, it defaults to 'all-all', which means >> dump all available optimization info from all the passes. >>

Re: -fopt-info handling

2016-07-04 Thread Ulrich Drepper
Anyone? On Mon, Jun 27, 2016 at 1:31 PM, Ulrich Drepper wrote: > The manual says about -fop-info: > >If OPTIONS is omitted, it defaults to 'all-all', which means > dump all available optimization info from all the passes. > > The current implementation (at at least recent gcc 6.1) don't f

-fopt-info handling

2016-06-27 Thread Ulrich Drepper
The manual says about -fop-info: If OPTIONS is omitted, it defaults to 'all-all', which means dump all available optimization info from all the passes. The current implementation (at at least recent gcc 6.1) don't follow that, though. They just ignore the option in that case. How about t