This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/15265] delete_output_reload deletes necessary insn
- From: "matz at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 May 2004 13:40:22 -0000
- Subject: [Bug optimization/15265] delete_output_reload deletes necessary insn
- References: <20040503152115.15265.matz@suse.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From matz at suse dot de 2004-05-06 13:40 -------
Ah, minor correction: the loop counting n_inherited goes over all reloads.
But this doesn't change anything, as (like in this case) there might be
that the current reload which is inherited is the only one dealing with
this certain reload register.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15265