From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30221 invoked by alias); 9 Oct 2014 18:53:12 -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 30209 invoked by uid 89); 9 Oct 2014 18:53:11 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SEM_URI,SEM_URIRED,SPF_PASS,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: mail-oi0-f48.google.com Received: from mail-oi0-f48.google.com (HELO mail-oi0-f48.google.com) (209.85.218.48) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 09 Oct 2014 18:53:08 +0000 Received: by mail-oi0-f48.google.com with SMTP id g201so4124017oib.35 for ; Thu, 09 Oct 2014 11:53:06 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=mq9jEVPc/8CrI9WhNWQ2L2sl3FQesQU14UYckq3Vd/w=; b=G+4bZm2lNZ5bBXuE3gdCv5IyOwqMvPECgO1CPVjPU9DI+iBe7ii117P4yM520CP8M6 thkQFI+k91HmDWhFkhrrXkpSeH7MDLVHyLM3WvL420HnnKo8ye5KN/PTd/M/AnmzSs2T D10jm5rQMuuiP+E9cx9PbQhx83z/NT9xNJHj5TAFUiPIcliFWPdCdRE/RKPeeTL4yflC T8i0qpTCuvinOb5DrtUCPLdCIP/YHeDp8aTb+YzOdccIDMbLEMTZ/AN810ZoBAPrXL1q rwnjE6haZOG4VXy2/TvREsgkXw5NNu7usbrcqap9HgGxtnETMKuC9thplmZHKPi1bqXX 0ivA== X-Gm-Message-State: ALoCoQnmw8hLO+rB4arQKZ+I1wvyat4U5huILeDOznWzYh+b3+Brsq69z8mqL8BTHr1LA7xF2gmo MIME-Version: 1.0 X-Received: by 10.202.98.195 with SMTP id w186mr31211oib.92.1412880786358; Thu, 09 Oct 2014 11:53:06 -0700 (PDT) Received: by 10.60.35.227 with HTTP; Thu, 9 Oct 2014 11:53:06 -0700 (PDT) In-Reply-To: <20140909124942.GC25290@linux.vnet.ibm.com> References: <20140909124446.GA25290@linux.vnet.ibm.com> <20140909124942.GC25290@linux.vnet.ibm.com> Date: Thu, 09 Oct 2014 18:56:00 -0000 Message-ID: Subject: Re: [gofrontend-dev] [PATCH 2/9] Gccgo port to s390[x] -- part I From: Ian Lance Taylor To: vogt@linux.vnet.ibm.com, gcc-patches , "gofrontend-dev@googlegroups.com" Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-10/txt/msg00865.txt.bz2 On Tue, Sep 9, 2014 at 5:49 AM, Dominik Vogt wrote: > A test case added to golang for the previous patch. > > gcc/testsuite/ChangeLog > 2014-09-05 Dominik Vogt > > * go.test/test/recover.go (test1): Test recover() from deferred > recursive function. Proposed for master testsuite as http://codereview.appspot.com/151630043 . I also included your later test from PR 60406. Ian