[Bug middle-end/16585] current_function_has_computed_jump incorrectly changed in make_edges
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Fri Jul 16 07:10:00 GMT 2004
------- 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
More information about the Gcc-bugs
mailing list