Re: [gentoo-dev] CFLAGS=-fno-common related breakage is incoming

2020-05-04 Thread Joonas Niilola
On 5/2/20 2:14 PM, Sergei Trofimovich wrote: > With Toralf's help we now have rough estimate of broken packages. It's about > 450 yet unfixed ones: > https://bugs.gentoo.org/showdependencytree.cgi?id=705764_resolved=1 > > gcc-10 will be released soon. Maybe in a week. > > Please look at the

Re: [gentoo-dev] CFLAGS=-fno-common related breakage is incoming

2020-05-02 Thread Sergei Trofimovich
On Sun, 19 Jan 2020 22:36:51 + Sergei Trofimovich wrote: > > What is happening? > > gcc-10 is coming soon. It will be more disruptive than gcc-9. > > One of the major changes is the switch from C{,XX}FLAGS=-fcommon > to C{,XX}FLAGS=-fno-common by default: https://gcc.gnu.org/PR85678 > >

[gentoo-dev] CFLAGS=-fno-common related breakage is incoming

2020-01-19 Thread Sergei Trofimovich
> What is happening? gcc-10 is coming soon. It will be more disruptive than gcc-9. One of the major changes is the switch from C{,XX}FLAGS=-fcommon to C{,XX}FLAGS=-fno-common by default: https://gcc.gnu.org/PR85678 It's a planned change and not a gcc regression. It will expose some warts on old