This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/12223] [3.3.2 regression] Compiler generates infinite loop
- From: "matz at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Sep 2003 08:52:22 -0000
- Subject: [Bug optimization/12223] [3.3.2 regression] Compiler generates infinite loop
- References: <20030909160824.12223.schwab@suse.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12223
matz at suse dot de changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jason at redhat dot com
------- Additional Comments From matz at suse dot de 2003-09-15 08:52 -------
This bug (or better an instance of this bug which leads to miscompilation
of OpenOffice) was introduced by:
2003-09-07 Jason Merrill <jason@redhat.com>
PR c++/12181
* typeck.c (build_modify_expr): Don't always stabilize the lhs and
rhs. Do stabilize the lhs of a MODIFY_EXPR used on the lhs.