This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/38857] [4.4 Regression] ICE in selective scheduler
- From: "steven at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Jan 2009 23:16:19 -0000
- Subject: [Bug middle-end/38857] [4.4 Regression] ICE in selective scheduler
- References: <bug-38857-3107@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #6 from steven at gcc dot gnu dot org 2009-01-20 23:16 -------
-static bool code_motion_path_driver (insn_t, av_set_t, ilist_t,
- cmpd_local_params_p, void *);
+static int code_motion_path_driver (insn_t, av_set_t, ilist_t,
+ cmpd_local_params_p, void *);
You probably don't want this bit...?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38857