Re: ARM and AArch64 GCC 7.1 ABI change

2017-05-05 Thread Jakub Jelinek
On Fri, May 05, 2017 at 04:18:47PM +0200, Marek Polacek wrote: > I've started our own mass rebuild. To whittle down the list of packages > to rebuild, I chose to only build C++ packages. This I did by looking > at *.debug files, DW_AT_producer in particular. > > The aarch64 rebuild is done, and

Re: ARM and AArch64 GCC 7.1 ABI change

2017-05-05 Thread Marek Polacek
On Tue, Apr 25, 2017 at 12:55:47PM -0500, Dennis Gilmore wrote: > El mar, 25-04-2017 a las 17:52 +0200, Jakub Jelinek escribió: > > Hi! > > > > A severe ABI bug on AArch64 and especially on ARM 32-bit has been > > recently discovered and GCC 7.1 is going to have that ABI change in. > > For

Re: ARM and AArch64 GCC 7.1 ABI change

2017-04-25 Thread Neal Gompa
On Tue, Apr 25, 2017 at 2:37 PM, Peter Robinson wrote: > On Tue, Apr 25, 2017 at 4:52 PM, Jakub Jelinek wrote: >> Hi! >> >> A severe ABI bug on AArch64 and especially on ARM 32-bit has been >> recently discovered and GCC 7.1 is going to have that ABI

Re: ARM and AArch64 GCC 7.1 ABI change

2017-04-25 Thread Jakub Jelinek
On Tue, Apr 25, 2017 at 07:37:03PM +0100, Peter Robinson wrote: > On Tue, Apr 25, 2017 at 4:52 PM, Jakub Jelinek wrote: > > A severe ABI bug on AArch64 and especially on ARM 32-bit has been > > recently discovered and GCC 7.1 is going to have that ABI change in. > > For details

Re: ARM and AArch64 GCC 7.1 ABI change

2017-04-25 Thread Peter Robinson
On Tue, Apr 25, 2017 at 4:52 PM, Jakub Jelinek wrote: > Hi! > > A severe ABI bug on AArch64 and especially on ARM 32-bit has been > recently discovered and GCC 7.1 is going to have that ABI change in. > For details see http://gcc.gnu.org/PR77728 > gcc-7.1.1-0.16.fc{26,27} which

Re: ARM and AArch64 GCC 7.1 ABI change

2017-04-25 Thread Dan Horák
forwarding to the ARM list for better visibility by the ARM team Dan On Tue, 25 Apr 2017 12:55:47 -0500 Dennis Gilmore wrote: > El mar, 25-04-2017 a las 17:52 +0200, Jakub Jelinek escribió: > > Hi! > > > > A severe ABI bug on AArch64 and especially on ARM

Re: ARM and AArch64 GCC 7.1 ABI change

2017-04-25 Thread Dennis Gilmore
El mar, 25-04-2017 a las 17:52 +0200, Jakub Jelinek escribió: > Hi! > > A severe ABI bug on AArch64 and especially on ARM 32-bit has been > recently discovered and GCC 7.1 is going to have that ABI change in. > For details see http://gcc.gnu.org/PR77728 > gcc-7.1.1-0.16.fc{26,27} which I'll build