re PR middle-end/38981 (internal compiler error)
authorEric Botcazou <ebotcazou@adacore.com>
Mon, 9 Feb 2009 11:09:25 +0000 (11:09 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 9 Feb 2009 11:09:25 +0000 (11:09 +0000)
commit4bb07c5d3708bbab76c88458eb885a66c7ecf265
treea5a4fa014573b90d9d7e979aabb0ae0586189fe4
parentf060a26123884c98f69ced61aea93dea895ea9eb
re PR middle-end/38981 (internal compiler error)

PR middle-end/38981
* tree-ssa-coalesce.c (add_coalesce): Cap the costs of coalesce pairs
at MUST_COALESCE_COST-1 instead of MUST_COALESCE_COST.

From-SVN: r144032
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/20090209-1.c [new file with mode: 0644]
gcc/tree-ssa-coalesce.c