RE: Machine description and code generation

2014-11-26 Thread Mathias Roslund
> From: gcc-ow...@gcc.gnu.org [mailto:gcc-ow...@gcc.gnu.org] On Behalf Of > Jeff Law > Sent: Wednesday, October 29, 2014 9:36 PM > To: Mathias Roslund; gcc@gcc.gnu.org > Subject: Re: Machine description and code generation > > On 10/29/14 07:40, Mathias Roslund wrote: > > Hello, > > > > I'm consid

Re: Machine description and code generation

2014-11-26 Thread Joern Rennecke
On 26 November 2014 at 16:48, Mathias Roslund wrote: > Since then I've added more instructions and gotten to the point where most > stuff seems to be working. My current issue is that signed divide and all > shift operations insists on sign/zero extending the operands, resulting in > 32bit operati

David Malcolm as JIT subsystem maintainer

2014-11-26 Thread Jeff Law
I'm pleased to announce that David Malcolm been appointed as maintainer for the GCC JIT subsystem. David, please add yourself as the maintainer for that code in the MAINTAINERS file. I believe you have some patches to review and approve ;-) Thanks for your patience, Jeff

gcc-4.9-20141126 is now available

2014-11-26 Thread gccadmin
Snapshot gcc-4.9-20141126 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/4.9-20141126/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 4.9 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/branches

Getting a build failure in glibc due to gcc changes on 32bit x86 glibc

2014-11-26 Thread Andrew Pinski
Hi all, I am getting the following failure on the 32bit x86 glibc with the top of the trunk gcc 5.0 and glibc from the commit (e5e0d9a4f632735cf3bb440eecb5caee5eea44c1). While building dl-load.os: /tmp/ccRtDgmR.s: Assembler messages: /tmp/ccRtDgmR.s:9498: Error: symbol `__x86.get_pc_thunk.cx' is

Re: Getting a build failure in glibc due to gcc changes on 32bit x86 glibc

2014-11-26 Thread Siddhesh Poyarekar
On Wed, Nov 26, 2014 at 02:59:34PM -0800, Andrew Pinski wrote: > Hi all, > I am getting the following failure on the 32bit x86 glibc with the > top of the trunk gcc 5.0 and glibc from the commit > (e5e0d9a4f632735cf3bb440eecb5caee5eea44c1). While building Is that the right commit? Siddhesh p