From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/15085 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Michael Forney Newsgroups: gmane.linux.lib.musl.general Subject: Re: Re: [PATCH v2] Unconditonally define alloca as __builtin_alloca Date: Wed, 1 Jan 2020 12:28:30 -0800 Message-ID: References: <20191119092856.GM25646@port70.net> <20191119095634.24434-1-mforney@mforney.org> <20200101200854.GK30412@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="58263"; mail-complaints-to="usenet@blaine.gmane.org" To: musl@lists.openwall.com Original-X-From: musl-return-15101-gllmg-musl=m.gmane.org@lists.openwall.com Wed Jan 01 21:28:46 2020 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.89) (envelope-from ) id 1imkbl-000F1o-OY for gllmg-musl@m.gmane.org; Wed, 01 Jan 2020 21:28:45 +0100 Original-Received: (qmail 1892 invoked by uid 550); 1 Jan 2020 20:28:43 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 1874 invoked from network); 1 Jan 2020 20:28:43 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mforney-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=8ThBkYMxI4QFjJF2KH+YDONvXhxKsTD0kgpUEm8abf0=; b=tPLX7zxK2b090LDjywvHGuOZCcd6T8tlpiRwrqq2TPo49KbVu3Y/w0tpa4dtmp/l1B VzIR1diUEa7zGlNg3+onPXvyQrdVPTHDYmH8JZW9agERpEVXjmMaBHxDduJ96QTz6Mfd DKXOzmErOGJ75yVoJgeg/H5ZMC75SIwjFUmq4zZLxukv0MykQ6sN4+JOMSh/scp+Kzkz ossxhCrfdAYyzVuFrartRJEqGy0h8K4birMSuequH8/LiYRHGEcUKOlBdyIZlkLExNcs 9rj6om1P5rFlmtq4o+VSsRYnNScmQhpbSlYibf0Za3jQ0xzA35EpxgBR9ZnIbXsLAHp6 H9sg== 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; bh=8ThBkYMxI4QFjJF2KH+YDONvXhxKsTD0kgpUEm8abf0=; b=R/NJMX9GzFrBlDaNX2dhvHeReZ2I8bRTc5nwqQDU0zgsuxhqnvn5yTbiqZLrl1eoj2 Dhw+JCmxEaArWFaeH3m6AklHewI+4SBrR/bj8cRtRko+DR8T4wtibxC8kcMXpxngGxo3 C0ObrUAdy32v5SNlxQtynLPS13ttPYH5yW7IYZnaB+QtqooJQPspBsRQ6fQWl1PzBpcF olkxd5/ZhIL+hGUFyrt5C/agpWfKzR+oRqKNC85ElfwxcdGCnc1dOBDoCGgrv/NwvKgJ 7dXyax8rwn7DsxVMaTq/8TtFkRoW3aMvHHWEd5WqnEcLLDcK79dd/pFX2qtebjHAGy1w cs2w== X-Gm-Message-State: APjAAAWsdMwTRQjYrRS95i4P/jldImFGQYlfEYf7E7u+sPEODSQOLS3Q GK5fPLGp05hG/EgzHDBL+WAg+kLjvCxMsRxhncJgUK/OaU0= X-Google-Smtp-Source: APXvYqyzTi5IIRPEIn/RXsnuG4oYRTrk2ZtCf8drYxPVZcy0XBQnIzVmf+2mSBwJuIr9qF3idM3ypk3uGttSVBnhVJo= X-Received: by 2002:a81:4982:: with SMTP id w124mr62031556ywa.510.1577910510762; Wed, 01 Jan 2020 12:28:30 -0800 (PST) X-Originating-IP: [2601:647:5180:4570::d0a6] In-Reply-To: <20200101200854.GK30412@brightrain.aerifal.cx> Xref: news.gmane.org gmane.linux.lib.musl.general:15085 Archived-At: On 2020-01-01, Rich Felker wrote: > I'll go ahead and merge it; I don't think this is terribly > controversial and at worst it compile-time breaks something that's > already not working right. Thanks! Just wanted to make sure it didn't get forgotten before the upcoming release.