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]

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


Author: iains
Date: Sat Sep  7 08:32:21 2019
New Revision: 275485

URL: https://gcc.gnu.org/viewcvs?rev=275485&root=gcc&view=rev
Log:
c++-coroutines - Add tests for missing unhandled_exception() promise method.

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

	gcc/testsuite/
	* g++.dg/coroutines/coro-missing-ueh-1.C: New test.
	* g++.dg/coroutines/coro-missing-ueh-2.C: New test.
	* g++.dg/coroutines/coro-missing-ueh-3.C: New test.
	* g++.dg/coroutines/coro-missing-ueh.h: New.


Added:
    branches/c++-coroutines/gcc/testsuite/g++.dg/coroutines/coro-missing-ueh-1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/coroutines/coro-missing-ueh-2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/coroutines/coro-missing-ueh-3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/coroutines/coro-missing-ueh.h
Modified:
    branches/c++-coroutines/ChangeLog.coroutines


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