This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: dwarf2 fixes
- To: Jan Hubicka <jh at suse dot cz>
- Subject: Re: dwarf2 fixes
- From: Jason Merrill <jason at redhat dot com>
- Date: 30 Dec 2000 15:22:36 +0000
- Cc: patches at x86-64 dot org, rth at cygnus dot com, gcc-patches at gcc dot gnu dot org
- References: <20001230004325.D22236@atrey.karlin.mff.cuni.cz>
>>>>> "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