Re: [RFC 2/6] ARC: Fixed inline asm contraints to gcc 6.x

2017-06-27 Thread Zack Weinberg
On Tue, Jun 27, 2017 at 12:40 PM, Vineet Gupta wrote: > On 06/27/2017 02:47 PM, Joseph Myers wrote: >> >> longlong.h should be kept in sync with GCC. If the GCC version has been >> fixed we can copy the updated version verbatim from GCC. > > > Indeed it is fixed in upstream gcc. > > commi

Re: [RFC 2/6] ARC: Fixed inline asm contraints to gcc 6.x

2017-06-27 Thread Vineet Gupta
On 06/27/2017 02:47 PM, Joseph Myers wrote: longlong.h should be kept in sync with GCC. If the GCC version has been fixed we can copy the updated version verbatim from GCC. Indeed it is fixed in upstream gcc. commit 608e1e3746f5242f0b0987ce64ca99969c33fb48 Author: claziss

Re: [RFC 2/6] ARC: Fixed inline asm contraints to gcc 6.x

2017-06-27 Thread Joseph Myers
longlong.h should be kept in sync with GCC. If the GCC version has been fixed we can copy the updated version verbatim from GCC. -- Joseph S. Myers jos...@codesourcery.com ___ linux-snps-arc mailing list linux-snps-arc@lists.infradead.org http://list

[RFC 2/6] ARC: Fixed inline asm contraints to gcc 6.x

2017-06-27 Thread Vineet Gupta
From: Cupertino Miranda It seems glibc had some ancient ARC bits, added as part of some header sync up back in 1999 (I was still in college) That code obviously doesn't build with modern compilers. Signed-off-by: Cupertino Miranda Signed-off-by: Vineet Gupta --- stdlib/longlong.h | 8 ---