This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/16585] current_function_has_computed_jump incorrectly changed in make_edges
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Jul 2004 07:10:10 -0000
- Subject: [Bug middle-end/16585] current_function_has_computed_jump incorrectly changed in make_edges
- References: <20040716065017.16585.zlomek@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-07-16 07:10 -------
The only function which calls make_edges which should not is find_many_sub_basic_blocks which gets
called from cfgexpand with all ones which is fine and commit_edge_insertions and
commit_edge_insertions_watch_calls (and maybe split_all_insns) which is where the problem comes
into play I think. The only functions besides your patch which uses this flag is is_cfg_nonregular which
is used for scheduling.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16585