This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]