r279190 - in /branches/c++-coroutines: ChangeLo...
iains@gcc.gnu.org
iains@gcc.gnu.org
Tue Dec 10 20:50:00 GMT 2019
Author: iains
Date: Tue Dec 10 20:50:50 2019
New Revision: 279190
URL: https://gcc.gnu.org/viewcvs?rev=279190&root=gcc&view=rev
Log:
c++-coroutines - Update co-return tests.
Add two missed tests and update the remainder to consistent
names with other coroutines tests.
2019-12-10 Iain Sandoe <iain@sandoe.co.uk>
gcc/testsuite/
* g++.dg/coroutines/co-return-syntax-01-outside-fn.C: New test.
* g++.dg/coroutines/co-return-syntax-02-outside-fn.C: New test.
* g++.dg/coroutines/coro-auto-fn.C: Rename to...
* g++.dg/coroutines/co-return-syntax-03-auto.C: ... this.
* g++.dg/coroutines/coro-context-ctor-dtor.C: Rename to...
* g++.dg/coroutines/co-return-syntax-04-ctor-dtor.C: ... this.
* g++.dg/coroutines/coro-constexpr-fn.C: Rename to...
* g++.dg/coroutines/co-return-syntax-05-constexpr-fn.C: ... this.
* g++.dg/coroutines/coro-context-main.C: Rename to...
* g++.dg/coroutines/co-return-syntax-06-main.C: ... this.
* g++.dg/coroutines/coro-context-vararg.C: Rename to...
* g++.dg/coroutines/co-return-syntax-07-vararg.C: ... this.
* g++.dg/coroutines/coro-bad-return.C: Rename to...
* g++.dg/coroutines/co-return-syntax-08-bad-return.C: ... this..
Added:
branches/c++-coroutines/gcc/testsuite/g++.dg/coroutines/co-return-syntax-01-outside-fn.C
branches/c++-coroutines/gcc/testsuite/g++.dg/coroutines/co-return-syntax-02-outside-fn.C
branches/c++-coroutines/gcc/testsuite/g++.dg/coroutines/co-return-syntax-03-auto.C
branches/c++-coroutines/gcc/testsuite/g++.dg/coroutines/co-return-syntax-04-ctor-dtor.C
branches/c++-coroutines/gcc/testsuite/g++.dg/coroutines/co-return-syntax-05-constexpr-fn.C
branches/c++-coroutines/gcc/testsuite/g++.dg/coroutines/co-return-syntax-06-main.C
branches/c++-coroutines/gcc/testsuite/g++.dg/coroutines/co-return-syntax-07-vararg.C
branches/c++-coroutines/gcc/testsuite/g++.dg/coroutines/co-return-syntax-08-bad-return.C
Removed:
branches/c++-coroutines/gcc/testsuite/g++.dg/coroutines/coro-auto-fn.C
branches/c++-coroutines/gcc/testsuite/g++.dg/coroutines/coro-bad-return.C
branches/c++-coroutines/gcc/testsuite/g++.dg/coroutines/coro-constexpr-fn.C
branches/c++-coroutines/gcc/testsuite/g++.dg/coroutines/coro-context-ctor-dtor.C
branches/c++-coroutines/gcc/testsuite/g++.dg/coroutines/coro-context-main.C
branches/c++-coroutines/gcc/testsuite/g++.dg/coroutines/coro-context-vararg.C
Modified:
branches/c++-coroutines/ChangeLog.coroutines
More information about the Gcc-cvs
mailing list