This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: dwarf2 fixes


>>>>> "Jan" == Jan Hubicka <jh@suse.cz> writes:

> *************** dwarf2out_frame_debug_expr (expr, label)
> *** 1407,1412 ****
> --- 1417,1438 ----
>         switch (GET_CODE (XEXP (dest, 0)))
>   	{
>   	  /* With a push.  */
> + 	case PRE_MODIFY:
> + 	case POST_MODIFY:

This code is wrong for POST_MODIFY; just delete this case label and the
patch is OK.

Jason

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]