From patchwork Sun Sep 23 14:25:23 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Carlini X-Patchwork-Id: 186228 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 29FA82C0096 for ; Mon, 24 Sep 2012 00:25:44 +1000 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1349015147; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Received: Received:Received:Message-ID:Date:From:User-Agent:MIME-Version: To:Subject:Content-Type:Mailing-List:Precedence:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:Sender: Delivered-To; bh=mo+4bE9BQG9x4fVgGP4pjL+jBq0=; b=hwj0dQGU2iXTQTX GRCAcNrFPKLnL1udxVGB3ZRL+VhYM/qCAST3w9YjFgodIfoTqf3DXZE79PNePWNg Mr09ZFIcAUaFkYwvDR2ZwyK2EFKdoUgWMDo4yc1sxbg+rjYiPGe6xjkbm5CjaT4n dUVZt0QZtymlfDNDzVc6lMwzrk3Y= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gcc.gnu.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:Received:Received:Received:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:Content-Type:X-IsSubscribed:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=c3FrjOuIFJS0wfo3uZfmX/UKcUb3fNAbgBkYc+lagTZia8Evy0LV3s4KQE6+R1 IbpedSGJx5OcnlDTJojfS5FVveHclIQB3b1zosthhegAHFui0Ss9qe6i8GfkK2h1 HSVuAcny57sVeL21b4DCEPPOOrt/Glk1PpXeCdxVJMRjE=; Received: (qmail 13211 invoked by alias); 23 Sep 2012 14:25:41 -0000 Received: (qmail 13157 invoked by uid 22791); 23 Sep 2012 14:25:41 -0000 X-SWARE-Spam-Status: No, hits=-7.3 required=5.0 tests=AWL, BAYES_00, KHOP_RCVD_UNTRUST, RCVD_IN_DNSWL_HI, RCVD_IN_HOSTKARMA_NO, RCVD_IN_HOSTKARMA_W, RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from rcsinet15.oracle.com (HELO rcsinet15.oracle.com) (148.87.113.117) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 23 Sep 2012 14:25:27 +0000 Received: from acsinet22.oracle.com (acsinet22.oracle.com [141.146.126.238]) by rcsinet15.oracle.com (Sentrion-MTA-4.2.2/Sentrion-MTA-4.2.2) with ESMTP id q8NEPQCs031508 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 23 Sep 2012 14:25:26 GMT Received: from acsmt356.oracle.com (acsmt356.oracle.com [141.146.40.156]) by acsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id q8NEPPHp012289 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 23 Sep 2012 14:25:26 GMT Received: from abhmt115.oracle.com (abhmt115.oracle.com [141.146.116.67]) by acsmt356.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id q8NEPPF3030810 for ; Sun, 23 Sep 2012 09:25:25 -0500 Received: from [192.168.1.4] (/79.56.217.24) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Sun, 23 Sep 2012 07:25:25 -0700 Message-ID: <505F1BD3.7000201@oracle.com> Date: Sun, 23 Sep 2012 16:25:23 +0200 From: Paolo Carlini User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120825 Thunderbird/15.0 MIME-Version: 1.0 To: "gcc-patches@gcc.gnu.org" Subject: [Patch, committed] testsuite/54677 X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Hi, committed as obvious. Thanks, Paolo. //////////////////// 2012-09-23 Paolo Carlini Dominique Dhumieres PR testsuite/54677 * g++.dg/cpp0x/decltype32.C: Add -ftemplate-depth=10. Index: g++.dg/cpp0x/decltype32.C =================================================================== --- g++.dg/cpp0x/decltype32.C (revision 191649) +++ g++.dg/cpp0x/decltype32.C (working copy) @@ -1,5 +1,5 @@ // PR c++/50075 -// { dg-options -std=c++0x } +// { dg-options "-std=c++0x -ftemplate-depth=10" } template auto make_array(const T& il) ->