This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH]: Fix failing test malloc/tst-interpose-nothread with GCC 7.
- From: Florian Weimer <fweimer at redhat dot com>
- To: Stefan Liebler <stli at linux dot vnet dot ibm dot com>, libc-alpha at sourceware dot org
- Date: Tue, 21 Mar 2017 11:06:52 +0100
- Subject: Re: [PATCH]: Fix failing test malloc/tst-interpose-nothread with GCC 7.
- Authentication-results: sourceware.org; auth=none
- Authentication-results: ext-mx07.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com
- Authentication-results: ext-mx07.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=fweimer at redhat dot com
- Dkim-filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 4D73EC050069
- Dmarc-filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 4D73EC050069
- References: <639e8844-ca14-1873-2407-484f286974b1@linux.vnet.ibm.com>
On 03/21/2017 10:39 AM, Stefan Liebler wrote:
* malloc/tst-interpose-aux.c (check_for_allocations):
Move compiler barrier before free.
Looks reasonable. Thanks.
Florian