This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug rtl-optimization/50249] ira marks wrong value for inheriting
- From: "vries at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 31 Aug 2011 12:14:12 +0000
- Subject: [Bug rtl-optimization/50249] ira marks wrong value for inheriting
- Auto-submitted: auto-generated
- References: <bug-50249-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50249
--- Comment #5 from vries at gcc dot gnu.org 2011-08-31 12:14:12 UTC ---
I bisected the failure to r172389, but to me that looks more like a trigger
than a cause:
...
2011-04-13 Vladimir Makarov <vmakarov@redhat.com>
PR rtl-optimization/48455
* ira-costs.c (find_costs_and_classes): Use i_mem_cost instead of
`temp_costs->mem_cost'.
...