Re: PATCH: PR middle-end/48016: Inconsistency in non-local goto save area

2011-03-16 Thread H.J. Lu
On Wed, Mar 16, 2011 at 10:09:44AM -0700, H.J. Lu wrote: > Hi, > > expand_function_start failed to properly store frame pointer for > non-local goto when Pmode != ptr_mode. OK for trunk? Wrong patch. Here is the correct mode. OK for trunk? Thanks. H.J. --- diff --git a/gcc/ChangeLog.x32 b/

PATCH: PR middle-end/48016: Inconsistency in non-local goto save area

2011-03-16 Thread H.J. Lu
Hi, expand_function_start failed to properly store frame pointer for non-local goto when Pmode != ptr_mode. OK for trunk? Thanks. H.J. --- diff --git a/gcc/ChangeLog.x32 b/gcc/ChangeLog.x32 index 3405300..52ff01d 100644 --- a/gcc/ChangeLog.x32 +++ b/gcc/ChangeLog.x32 @@ -1,3 +1,9 @@ +2011-03-1