From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18196 invoked by alias); 29 Oct 2014 16:41:52 -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 18083 invoked by uid 89); 29 Oct 2014 16:41:51 -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,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-yk0-f173.google.com Received: from mail-yk0-f173.google.com (HELO mail-yk0-f173.google.com) (209.85.160.173) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 29 Oct 2014 16:41:50 +0000 Received: by mail-yk0-f173.google.com with SMTP id 131so1460755ykp.4 for ; Wed, 29 Oct 2014 09:41:47 -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:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=5IB030sEhp8O72jh1uN2Gkfi0Cfw/kaxD6zSQyVoq08=; b=F9eERUvUV5etDKvI/E2yRxRKbLRudFBTqOVapRIrzuxHGlp79OJwTzogH8h5FrLCt+ oJX9SfsUYjajMQThp4nVafBt2/SX+nl6x7CAV/TMjEXDC7EDsJtNKZbphX84QSrBY5XW MR5EAiDqsrfcSJMRGW1yuSd7egOzuwMvcW47AijTBMupHwbZTt/0tG4Rep6MnJ8E7blV T15LOvI75zniCDdV7S70P9GjEjOKPn9U1BQX+wAvW06zDjilnAFr1zP2zRty/ZzZseme GyRP/4FgrJwHwXVT00NFtr1TEhw0jK8f0Uah647pZnMYkqwNmRG4QysxIyR1Z6Hx8LFp pHhA== X-Gm-Message-State: ALoCoQnzPhfOJeGgtrQ3fJG4BNaaWYD6nAHLbb4rFD/FFysAV+zl9EeQanueNrfPHp7nG9uo5xgf MIME-Version: 1.0 X-Received: by 10.170.166.8 with SMTP id i8mr3342867ykd.92.1414600906831; Wed, 29 Oct 2014 09:41:46 -0700 (PDT) Received: by 10.170.233.132 with HTTP; Wed, 29 Oct 2014 09:41:46 -0700 (PDT) In-Reply-To: References: <20140909124446.GA25290@linux.vnet.ibm.com> <20140909130207.GA29442@linux.vnet.ibm.com> Date: Wed, 29 Oct 2014 16:43:00 -0000 Message-ID: Subject: Re: [gofrontend-dev] Re: [PATCH 7/9] Gccgo port to s390[x] -- part I From: Ian Taylor To: Andreas Schwab Cc: gcc-patches , "gofrontend-dev@googlegroups.com" Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2014-10/txt/msg03111.txt.bz2 On Wed, Oct 29, 2014 at 9:38 AM, Andreas Schwab wrote: > I'm getting these test failures on m68k-linux: Can you send the file BUILDDIR/gcc/testsuite/gcc/godump-1.out? Ian