From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 117140 invoked by alias); 12 Jun 2017 11:08:36 -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 117126 invoked by uid 89); 12 Jun 2017 11:08:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:194 X-HELO: mail-qt0-f173.google.com Received: from mail-qt0-f173.google.com (HELO mail-qt0-f173.google.com) (209.85.216.173) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 12 Jun 2017 11:08:34 +0000 Received: by mail-qt0-f173.google.com with SMTP id c10so121020704qtd.1 for ; Mon, 12 Jun 2017 04:08:38 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=HBL6Te4Z0nxk9TXfYUiVcOfZThLOtwEa0NPcFrwhOqA=; b=CJ6OnJfjY8wpLZn+PsIsO45aihMs3jr8RRLx5SjiO0Ex5cK7U4ylA8E33WBBoJDHIf G2GL3D9Z+5rKYuGnFHuuhZjF2j53WBYyV/HUxztBbd6sZclPzoEMMfxe0T+HYJar/RAi 4rBVSCA9GUvpI/OMg+g5NkMlwhgsTMWGYy2i9bZ/ocKW89yforQi5QPfD7fhCBU9iASM JPFjRUXJ90/eCGrq+Fu+UKSboJesTbIKgDJFT3+puy9cCZ664uL/OvME2NxbU3jjB4tL QonmeUiXgw2zwKHrGGsyHV4T2I3bX54DGLHiTa0T0dGPlDfRxwhnZPZzqcGTpXfa5ZTL cUIg== X-Gm-Message-State: AKS2vOxtzDPtE0uAo0G64b9F2aRLR50EeefqqsTAizYUNo88xFzDlzzV VQsqvnOReio8GCZ5vTQluYtMG0rpbQ== X-Received: by 10.200.36.144 with SMTP id s16mr5337488qts.224.1497265717470; Mon, 12 Jun 2017 04:08:37 -0700 (PDT) MIME-Version: 1.0 Received: by 10.55.136.3 with HTTP; Mon, 12 Jun 2017 04:08:37 -0700 (PDT) In-Reply-To: <20170612103826.GC12760@gate.crashing.org> References: <5fcdb23b55b49dffea1b6c1f1992e7527dfd5183.1497180698.git.segher@kernel.crashing.org> <20170612103826.GC12760@gate.crashing.org> From: Paul Hua Date: Mon, 12 Jun 2017 11:08:00 -0000 Message-ID: Subject: Re: [PATCH] Fix new split-1.c testcase To: Segher Boessenkool Cc: Ian Lance Taylor , gcc-patches Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2017-06/txt/msg00773.txt.bz2 > > [ Paul Hua sent a patch adding split_stack already, it was OKed, but > it is not committed yet, fwiw ]. > I saw this, so not commit my patch. Paul.