r267641 - in /branches/c++-coroutines: ChangeLo...

iains@gcc.gnu.org iains@gcc.gnu.org
Mon Jan 7 10:07:00 GMT 2019


Author: iains
Date: Mon Jan  7 10:07:08 2019
New Revision: 267641

URL: https://gcc.gnu.org/viewcvs?rev=267641&root=gcc&view=rev
Log:
c++-coroutines - Mark builtins and internal functions nothrow where possible.

2019-01-07  Iain Sandoe  <iain@sandoe.co.uk>

	* gcc/coroutine-builtins.def (BUILT_IN_CORO_PROMISE,
	BUILT_IN_CORO_DONE, BUILT_IN_CORO_NOOP): Mark nothrow.
	* gcc/internal-fn.c (CO_FRAME, CO_YIELD, CO_ACTOR): Likewise.


Modified:
    branches/c++-coroutines/ChangeLog.coroutines
    branches/c++-coroutines/gcc/coroutine-builtins.def
    branches/c++-coroutines/gcc/internal-fn.def



More information about the Gcc-cvs mailing list