From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27461 invoked by alias); 16 Jul 2018 13:18:33 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 27450 invoked by uid 89); 16 Jul 2018 13:18:32 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:730 X-HELO: mailbackend.panix.com MIME-Version: 1.0 In-Reply-To: <5c74586e-460c-73ab-0d98-8a3cf1257194@linux.ibm.com> References: <23901f64-d483-f587-6a1e-2af2f5bdecdb@linux.ibm.com> <5c74586e-460c-73ab-0d98-8a3cf1257194@linux.ibm.com> From: Zack Weinberg Date: Mon, 16 Jul 2018 13:18:00 -0000 Message-ID: Subject: Re: Fix string/tst-xbzero-opt if build with gcc head. To: Stefan Liebler Cc: GNU C Library , "Carlos O'Donell" Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2018-07/txt/msg00430.txt.bz2 On Mon, Jul 16, 2018 at 9:13 AM, Stefan Liebler wrote: > On 07/16/2018 02:36 PM, Zack Weinberg wrote: >> On Mon, Jul 16, 2018 at 7:05 AM, Stefan Liebler >> wrote: >>> Okay. Then here is a new version of the patch without the empty asm. >>> If build with GCC head on s390x, setup_no_clear is now filling the buffer >>> and setup_ordinary_clear is just a tail call to setup_no_clear (same >>> behaviour as before). >> >> >> Yes, this change is OK. > > Okay. Thank you. > Shall I commit this test-fix before or after the release? Carlos has the last word but we usually accept bugfixes to test cases right up till the hard freeze. zw