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
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
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
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
> 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
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