Re: Stack offset computation for incoming arguments.

2014-05-29 Thread Umesh Kalappa
Dear Eric, As advised given by you ,we defind the following marcos like #define ARG_POINTER_REGNUM 9 #define FRAME_POINTER_REGNUM 8 #define STACK_POINTER_REGNUM 10 #define ELIMINABLE_REGS \ {{ ARG_POINTER_REGNUM, STACK_POINTER_REGNUM}, \ { FRAME_POINT

Re: Stack offset computation for incoming arguments.

2014-05-29 Thread Umesh Kalappa
Dear Eric, As advised given by you ,we defind the following marcos like #define ARG_POINTER_REGNUM 9 #define FRAME_POINTER_REGNUM 8 #define STACK_POINTER_REGNUM 10 #define ELIMINABLE_REGS \ {{ ARG_POINTER_REGNUM, STACK_POINTER_REGNUM}, \ { FRAME_POINT

Re: PowerPC builds broken on 4.9 and trunk

2014-05-29 Thread Sebastian Huber
On 05/26/2014 09:40 PM, Sandra Loosemore wrote: as reported in PR60102. I'd really hope this could be fixed for 4.9.1 but I'm not sure the relevant people are paying much attention to the issue. Can we at least update the priority/severity of the bug so that it's more likely to show up on

gcc-4_9_0-release tag not found in git mirror

2014-05-29 Thread S, Pitchumani
Hi, The gcc-4.9.0 release tag is missing from git mirror. https://gcc.gnu.org/git/?p=gcc.git;a=summary Regards, Pitchumani

Re: Stack offset computation for incoming arguments.

2014-05-29 Thread Eric Botcazou
> As advised given by you ,we defind the following marcos like > > #define ARG_POINTER_REGNUM 9 > #define FRAME_POINTER_REGNUM 8 ARG_POINTER_REGNUM and FRAME_POINTER_REGNUM need to be pseudo-registers if they do not represent real registers. > #define STACK_POINTER_REGNUM 10 > > > #define ELI

gcc-4.8-20140529 is now available

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