From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4966 invoked by alias); 14 May 2011 07:01:54 -0000 Received: (qmail 4958 invoked by uid 22791); 14 May 2011 07:01:53 -0000 X-SWARE-Spam-Status: No, hits=-2.7 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,MIME_QP_LONG_LINE,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST X-Spam-Check-By: sourceware.org Received: from mail-bw0-f47.google.com (HELO mail-bw0-f47.google.com) (209.85.214.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 14 May 2011 07:01:39 +0000 Received: by bwz5 with SMTP id 5so3233925bwz.20 for ; Sat, 14 May 2011 00:01:38 -0700 (PDT) Received: by 10.205.33.194 with SMTP id sp2mr678458bkb.27.1305356498417; Sat, 14 May 2011 00:01:38 -0700 (PDT) Received: from [128.141.128.208] (pb-d-128-141-128-208.cern.ch [128.141.128.208]) by mx.google.com with ESMTPS id q24sm1764055bks.9.2011.05.14.00.01.36 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 14 May 2011 00:01:37 -0700 (PDT) References: <87liyav7hf.wl%ville@ville-laptop> <4DCD6E7C.4070302@redhat.com> <4DCD74E0.9090303@redhat.com> <87r582w6w7.wl%ville@ville-laptop> In-Reply-To: <87r582w6w7.wl%ville@ville-laptop> Mime-Version: 1.0 (iPhone Mail 8J2) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Message-Id: Cc: "gcc-patches@gcc.gnu.org" , Jason Merrill From: Paolo Carlini Subject: Re: [PATCH] C++0x, implement final on classes Date: Sat, 14 May 2011 14:35:00 -0000 To: Ville Voutilainen Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2011-05/txt/msg01035.txt.bz2 ... I'm wondering if wouldn't be more appropriate for the new testcase to b= e in /cpp0x, with a name like final.C Paolo