[PATCH, C++, PR58282] Handle noexcept on transactions with -fno-exceptions

Jason Merrill jason@redhat.com
Wed Sep 4 17:21:00 GMT 2013


On 09/03/2013 06:03 AM, Tom de Vries wrote:
> 	* semantics.c (finish_transaction_stmt, build_transaction_expr): Handle
> 	flag_exceptions.

I'd rather handle this at a lower level, by making 
build_must_not_throw_expr return its argument if -fno-exceptions.

Jason



More information about the Gcc-patches mailing list