[Bug rtl-optimization/29323] set_nothrow_function_flags does invalid analysis on weak functions

amylaar at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon Oct 2 17:07:00 GMT 2006



------- Comment #3 from amylaar at gcc dot gnu dot org  2006-10-02 17:07 -------
While except.c:set_nothrow_function_flags analyzes rtl, the DECL_NOTHROW flag
it computes is a tree bit.  via calls.c:flags_from_decl_or_type ->
calls.c:call_expr_flags -> tree-eh.c:tree_could_throw_p makes this information
is made available to the tree optimizers.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29323



More information about the Gcc-bugs mailing list