From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24550 invoked by alias); 15 Dec 2014 11:33:15 -0000 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 Received: (qmail 24541 invoked by uid 89); 15 Dec 2014 11:33:14 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wg0-f42.google.com Received: from mail-wg0-f42.google.com (HELO mail-wg0-f42.google.com) (74.125.82.42) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 15 Dec 2014 11:33:13 +0000 Received: by mail-wg0-f42.google.com with SMTP id z12so14435962wgg.15 for ; Mon, 15 Dec 2014 03:33:10 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.181.8.98 with SMTP id dj2mr29916432wid.81.1418643190351; Mon, 15 Dec 2014 03:33:10 -0800 (PST) Received: by 10.27.201.214 with HTTP; Mon, 15 Dec 2014 03:33:10 -0800 (PST) In-Reply-To: <548EBC97.6040008@oracle.com> References: <87h9wywl7d.fsf@igel.home> <548EBC97.6040008@oracle.com> Date: Mon, 15 Dec 2014 11:34:00 -0000 Message-ID: Subject: Re: [patch c++]: Fix PR/63996 From: Kai Tietz To: Paolo Carlini Cc: Andreas Schwab , GCC Patches , Jason Merrill Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes X-SW-Source: 2014-12/txt/msg01232.txt.bz2 2014-12-15 11:48 GMT+01:00 Paolo Carlini : > ... committed as obvious the below. > > Paolo. > > ///////////////////// Thanks Kai