This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug rtl-optimization/49800] [4.7 Regression] segfault with -fsched-pressure -fdump-rtl-sched1
- From: "vmakarov at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 02 Feb 2012 19:45:09 +0000
- Subject: [Bug rtl-optimization/49800] [4.7 Regression] segfault with -fsched-pressure -fdump-rtl-sched1
- Auto-submitted: auto-generated
- References: <bug-49800-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49800
--- Comment #4 from Vladimir Makarov <vmakarov at gcc dot gnu.org> 2012-02-02 19:45:09 UTC ---
Author: vmakarov
Date: Thu Feb 2 19:45:04 2012
New Revision: 183843
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183843
Log:
2012-02-02 Vladimir Makarov <vmakarov@redhat.com>
PR rtl-optimization/49800
* haifa-sched.c (sched_init): Call regstat_init_n_sets_and_refs.
(sched_finish): Call regstat_free_n_sets_and_refs.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/haifa-sched.c