This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/7871] [3.3 regression] ICE on legal code, global register variables problems
- 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: 28 Feb 2004 13:36:36 -0000
- Subject: [Bug optimization/7871] [3.3 regression] ICE on legal code, global register variables problems
- References: <20020909143600.7871.rz@linux-m68k.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-02-28 13:36 -------
Subject: Bug 7871
CVSROOT: /cvs/gcc
Module name: gcc
Branch: gcc-3_3-branch
Changes by: ian@gcc.gnu.org 2004-02-28 13:36:29
Modified files:
gcc : ChangeLog flow.c
Log message:
PR optimization/7871
* flow.c (mark_set_1): Don't add LOG_LINKS for global registers
from or to call insns.
(propagate_one_insn): Interpret calls as setting global registers,
not merely clobbering them.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.16114.2.908&r2=1.16114.2.909
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/flow.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.541.2.4&r2=1.541.2.5
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=7871