From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 113960 invoked by alias); 14 Mar 2015 18:28:29 -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 113947 invoked by uid 89); 14 Mar 2015 18:28:29 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: resqmta-po-01v.sys.comcast.net Received: from resqmta-po-01v.sys.comcast.net (HELO resqmta-po-01v.sys.comcast.net) (96.114.154.160) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sat, 14 Mar 2015 18:28:28 +0000 Received: from resomta-po-13v.sys.comcast.net ([96.114.154.237]) by resqmta-po-01v.sys.comcast.net with comcast id 3WUM1q00657bBgG01WUSKn; Sat, 14 Mar 2015 18:28:26 +0000 Received: from [IPv6:2001:558:6045:a4:40c6:7199:cd03:b02d] ([IPv6:2001:558:6045:a4:40c6:7199:cd03:b02d]) by resomta-po-13v.sys.comcast.net with comcast id 3WUQ1q00N2ztT3H01WURfx; Sat, 14 Mar 2015 18:28:26 +0000 Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: Fix for PRs 36043, 58744 and 65408 From: Mike Stump In-Reply-To: <20150314175601.GM1746@tucnak.redhat.com> Date: Sat, 14 Mar 2015 18:28:00 -0000 Cc: Bernhard Reutner-Fischer , Alan Modra , gcc-patches@gcc.gnu.org Content-Transfer-Encoding: quoted-printable Message-Id: <568BBFA4-96AB-42CF-B3C7-224D0D754B7C@comcast.net> References: <20150314130238.GD16488@bubble.grove.modra.org> <6E83247A-F634-43AA-A3F1-249F99AE7719@gmail.com> <277E04CB-8E5D-4F1D-BECA-8A97BDD43DF7@comcast.net> <20150314175601.GM1746@tucnak.redhat.com> To: Jakub Jelinek X-IsSubscribed: yes X-SW-Source: 2015-03/txt/msg00783.txt.bz2 On Mar 14, 2015, at 10:56 AM, Jakub Jelinek wrote: >> newlib doesn=92t have mmap. Indeed, some machines will never have mmap.= newlib has sbrk. >=20 > Still, I think it is preferrable to test with mmap=85 I don=92t see anything wrong with going the target mmap direction=85 my po= st was just to provide information=85 not decide which is better. I=92d r= ather leave the issue to those with an opinion.