Re: [gentoo-user] Is "-flto" supported by Gentoo?

2017-03-22 Thread Stroller
> On 22 Mar 2017, at 02:20, P Levine wrote: > > Lately, I have been trying to fix some GCC-6 related bugs and have come > across some bug reports that seem possibly more "-flto" related than GCC-6 > related. Doing a search for "-flto", Gentoo bugtracker, a number of

Re: [gentoo-user] Is "-flto" supported by Gentoo?

2017-03-22 Thread Bob Wya
On 22 March 2017 at 02:20, P Levine wrote: > A while back I decided to try my hand at including " -flto" in my > C{XX}FLAGS and do `emerge -e @world`. Needless to say, by the end of it my > "/etc/portage/package.env" was filled with a list of packages that had to > disable

Re: [gentoo-user] Is "-flto" supported by Gentoo?

2017-03-22 Thread P Levine
On Tue, Mar 21, 2017 at 11:22 PM, Michael Orlitzky wrote: > > On 03/21/2017 10:20 PM, P Levine wrote: >> >> >> Does Gentoo support the "-flto" flag and are "-flto" related bugreports >> valid? > > > Sure. If the upstream package needs major changes, then the report probably >

Re: [gentoo-user] Is "-flto" supported by Gentoo?

2017-03-21 Thread Michael Orlitzky
On 03/21/2017 10:20 PM, P Levine wrote: Does Gentoo support the "-flto" flag and are "-flto" related bugreports valid? Sure. If the upstream package needs major changes, then the report probably won't go anywhere, but it's still nice to have a record of the problem. Maybe start a [TRACKER]

[gentoo-user] Is "-flto" supported by Gentoo?

2017-03-21 Thread P Levine
A while back I decided to try my hand at including " -flto" in my C{XX}FLAGS and do `emerge -e @world`. Needless to say, by the end of it my "/etc/portage/package.env" was filled with a list of packages that had to disable the flag either because it failed to build or broke other builds. I never