]> git.ipfire.org Git - thirdparty/gcc.git/commit
Added function bool extract_types_for_resx and fixed more functions for testcases
authorPranil Dey <mkdeyp@gmail.com>
Sun, 6 Oct 2024 12:55:17 +0000 (18:25 +0530)
committerPranil Dey <mkdeyp@gmail.com>
Sun, 6 Oct 2024 12:55:27 +0000 (18:25 +0530)
commitf5b29909d5dd42299bc1eafff18211425266f791
treeaefc65c0937e7171c98d878df998ec89dc1b626c
parentda431b3514d93d70e2894c9076fd8908af70f069
Added function bool extract_types_for_resx and fixed more functions for testcases

1. bool extract_types_for_resx (gimple *,vec<tree> *) - This is for intiating the function static bool extract_types_for_resx (basic_block, vec<tree> *)
which gets the resx stmt from a basic block and aclears the aux value for all blocks
2. update_stmt_eh_region - This is changed to unlink and reinsert the regions incase of a resx stmt properly
gcc/tree-eh.cc
gcc/tree-eh.h