-
- Downloads
re PR tree-optimization/13000 ([unit-at-a-time] Using -O2 cannot detect...
re PR tree-optimization/13000 ([unit-at-a-time] Using -O2 cannot detect missing return statement in a function) PR tree-optimization/13000 * tree-inline.c: Include "tree-flow.h". (expand_call_inline): If warn_return_type, warn if non-void inline function falls through. * tree-cfg.c (execute_warn_function_return): Don't warn about control reaching end if TREE_NO_WARNING is set. Set TREE_NO_WARNING. * gimple-low.c (block_may_fallthru): Don't assume that SWITCH_EXPR has been lowered. * gimplify.c (shortcut_cond_expr): Don't emit a jump over the else branch if we don't need one. * c-typeck.c: Include "tree-flow.h" (c_finish_bc_stmt): Don't add a goto if the current statement list doesn't fall through to the current point. From-SVN: r94024
Showing
- gcc/ChangeLog 17 additions, 0 deletionsgcc/ChangeLog
- gcc/c-typeck.c 18 additions, 1 deletiongcc/c-typeck.c
- gcc/gimple-low.c 7 additions, 1 deletiongcc/gimple-low.c
- gcc/gimplify.c 16 additions, 3 deletionsgcc/gimplify.c
- gcc/tree-cfg.c 2 additions, 0 deletionsgcc/tree-cfg.c
- gcc/tree-inline.c 15 additions, 1 deletiongcc/tree-inline.c
Loading
Please register or sign in to comment