This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/16585] current_function_has_computed_jump incorrectly changed in make_edges


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]