This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] for PR12223
- From: Jason Merrill <jason at redhat dot com>
- To: Zdenek Dvorak <rakdver at atrey dot karlin dot mff dot cuni dot cz>
- Cc: gcc-patches at gcc dot gnu dot org, schwab at suse dot de, Mark Mitchell <mark at codesourcery dot com>, Andreas Jaeger <aj at suse dot de>
- Date: Wed, 17 Sep 2003 14:24:45 -0400
- Subject: Re: [PATCH] for PR12223
- References: <20030913220849.GA29824@atrey.karlin.mff.cuni.cz>
On Sun, 14 Sep 2003 00:08:49 +0200, Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz> wrote:
> * cp/typeck.c (build_modify_expr): Unshare lhs in set from
> COND_EXPR.
Mark fixed this on the trunk by just removing the hunk of code you
modified:
2003-07-09 Mark Mitchell <mark@codesourcery.com>
* cp-tree.h (break_out_calls): Remove declaration.
* tree.c (break_out_calls): Remove.
* typeck.c (build_modify_expr): Avoid invalid sharing of trees.
Do you see any reason that shouldn't go onto the 3.3 branch as well?
Jason