gcc-13-20220731 is now available

2022-07-31 Thread GCC Administrator via Gcc
Snapshot gcc-13-20220731 is now available on https://gcc.gnu.org/pub/gcc/snapshots/13-20220731/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 13 git branch with the following options: git://gcc.gnu.org/git/gcc.git branch

try_finally_expr in must_not_throw_expr

2022-07-31 Thread Philipp Rimmele via Gcc
Hi, i'm developing a GCC-Plugin. And i don't understand why there is a "try_finally_expr" in a must_not_throw-Area in my AST. It happens in the destructors. Here is my AST: function_decl Exception::__dt_base 1: must_not_throw_expr(->void_type{void})[42] 0: statement_list(->void_type{void})