]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/except.c
except.c (can_throw): See through a SEQUENCE.
authorJason Merrill <jason@gcc.gnu.org>
Thu, 9 Mar 2000 19:01:47 +0000 (14:01 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 9 Mar 2000 19:01:47 +0000 (14:01 -0500)
commitfb13d4d024b03ae9c2e43171ebd43babd6ebb4e2
tree0c173c0ea7357ad6956b8a86933712368ca50d23
parent8051b17802cf05b70177ae9a370940ba677f1add
except.c (can_throw): See through a SEQUENCE.

        * except.c (can_throw): See through a SEQUENCE.
        (nothrow_function_p): New fn.
        * except.h: Declare it.
        * function.c (current_function_nothrow): New var.
        (prepare_function_start): Initialize it.
        * output.h: Declare it.
        * toplev.c (rest_of_compilation): Set it.
        * dwarf2out.c (dwarf2out_begin_prologue): Use it.

From-SVN: r32449
gcc/ChangeLog
gcc/dwarf2out.c
gcc/except.c
gcc/except.h
gcc/function.c
gcc/output.h
gcc/toplev.c