This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/13371] [3.3.2 regression] infinite loop with packed struct and inlining
- From: "cvs-commit at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Dec 2003 20:23:49 -0000
- Subject: [Bug c++/13371] [3.3.2 regression] infinite loop with packed struct and inlining
- References: <20031210073249.13371.dje@sebabeach.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From cvs-commit at gcc dot gnu dot org 2003-12-19 20:23 -------
Subject: Bug 13371
CVSROOT: /cvs/gcc
Module name: gcc
Branch: gcc-3_3-branch
Changes by: jason@gcc.gnu.org 2003-12-19 20:23:40
Modified files:
gcc/cp : ChangeLog typeck.c
Log message:
PR c++/13371
* typeck.c (build_modify_expr): Stabilize lhs if we're narrowing.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.3076.2.224&r2=1.3076.2.225
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/typeck.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.436.2.19&r2=1.436.2.20
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13371