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]

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


Author: iains
Date: Fri Jan 25 15:59:45 2019
New Revision: 268270

URL: https://gcc.gnu.org/viewcvs?rev=268270&root=gcc&view=rev
Log:
c++-coroutines Two more testcases.

co-ret-6 is about a simple scalar template for the embedded return type.
co-ret-7 is about a void casting an expression that appears after co_return
- e.g. co_return (void) some_func_returning_int();

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

	* gcc/testsuite/g++.dg/coroutines/torture/co-ret-6.C: New.
	* gcc/testsuite/g++.dg/coroutines/torture/co-ret-7.C: New.


Added:
    branches/c++-coroutines/gcc/testsuite/g++.dg/coroutines/torture/co-ret-6.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/coroutines/torture/co-ret-7.C
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]