This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH 3/4] [lambda] Address review comments.
- From: Adam Butcher <adam at jessamine dot co dot uk>
- To: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- Cc: Jason Merrill <jason at redhat dot com>, <gcc-patches at gcc dot gnu dot org>, Andrew Sutton <andrew dot n dot sutton at gmail dot com>
- Date: Sat, 03 Aug 2013 14:51:34 +0100
- Subject: Re: [PATCH 3/4] [lambda] Address review comments.
- References: <51E96FB9 dot 6090108 at redhat dot com> <1375359930-12871-1-git-send-email-adam at jessamine dot co dot uk> <1375359930-12871-4-git-send-email-adam at jessamine dot co dot uk> <CAAiZkiA0y-zvbAa-vH9Vvu891twj-s2uKOd2AW_E26JqgroZVA at mail dot gmail dot com>
On 03.08.2013 14:39, Gabriel Dos Reis wrote:
On Thu, Aug 1, 2013 at 7:25 AM, Adam Butcher <adam@jessamine.co.uk>
wrote:
---
gcc/cp/cp-tree.h | 2 +-
gcc/cp/decl.c | 3 ++-
gcc/cp/lambda.c | 2 +-
gcc/cp/parser.c | 6 ++----
gcc/cp/pt.c | 4 ++--
5 files changed, 8 insertions(+), 9 deletions(-)
When submitting patches, you also need to add ChangeLogs:
http://www.gnu.org/prep/standards/html_node/Change-Logs.html
http://gcc.gnu.org/wiki/ChangeLog
These patches were intended as incremental updates to an ongoing review
http://gcc.gnu.org/ml/gcc-patches/2013-07/threads.html#00755
http://gcc.gnu.org/ml/gcc-patches/2013-08/msg00130.html
I intend to submit a clean set with appropriate changelog once Jason is
happy with them. I wasn't intending these to be committed as is.
Cheers,
Adam