]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR rtl-optimization/59020 (internal compiler error: in maybe_add_or_update_dep_1...
authorWei Mi <wmi@google.com>
Tue, 3 Dec 2013 18:35:24 +0000 (18:35 +0000)
committerWei Mi <wmi@gcc.gnu.org>
Tue, 3 Dec 2013 18:35:24 +0000 (18:35 +0000)
commitba4fa5819f91c7e82eb08ff33fd61b106715a54e
treec7fa75151c5a9cc592c2871ba91390f22dffed86
parent05db108d6b1f073795f7aae33a30791f343c2f60
re PR rtl-optimization/59020 (internal compiler error: in maybe_add_or_update_dep_1, at sched-deps.c:933)

2013-12-03  Wei Mi  <wmi@google.com>

PR rtl-optimization/59020
* sched-deps.c (try_group_insn): Move it from haifa-sched.c to here.
(sched_analyze_insn): Call try_group_insn.
(sched_analyze): Cleanup SCHED_GROUP_P before start the analysis.
* haifa-sched.c (try_group_insn): Moved to sched-deps.c.
(group_insns_for_macro_fusion): Removed.
(sched_init): Remove calling group_insns_for_macro_fusion.

2013-12-03  Wei Mi  <wmi@google.com>

PR rtl-optimization/59020
* testsuite/gcc.dg/pr59020.c: New.
* testsuite/gcc.dg/macro-fusion-1.c: New.
* testsuite/gcc.dg/macro-fusion-2.c: New.

From-SVN: r205644
gcc/ChangeLog
gcc/haifa-sched.c
gcc/sched-deps.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/macro-fusion-1.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/macro-fusion-2.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/pr59020.c [new file with mode: 0644]