From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 67953 invoked by alias); 24 Aug 2016 12:57:43 -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 67940 invoked by uid 89); 24 Aug 2016 12:57:43 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=Done X-HELO: mail-oi0-f52.google.com Received: from mail-oi0-f52.google.com (HELO mail-oi0-f52.google.com) (209.85.218.52) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 24 Aug 2016 12:57:41 +0000 Received: by mail-oi0-f52.google.com with SMTP id l203so20875352oib.1 for ; Wed, 24 Aug 2016 05:57:41 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=AVRfkhWHis19f6E4ZAF1yV4o1eo6ibs1JVEXuuW7XZQ=; b=nGUz0KzUuqT9TdHP/FOjV8ZysFneGJOhY+72OjkSWNVNngAxRrdXXmaSQJ9rbhMW6K vF/2Ul+6sMkh9x9kBhD4tFf/OyFHgGEGyXI18vloqTVpIIvDvk7f5xTavsVKISuT/+E3 WG81PCu86exrx6f0F/LVpq03xYOy4jB74UhLu/2HPthd77IQUbmiMadTqEKLhY5v7Omj FiBNQMtNQw/6fBsCmfU65PFVGxAHNGBdOp3x0OrVunNqinoDxr/SmqPqFVfYL407tUfv ETwpAHVwFeDdI3nDHd2buPuW0JLI5Zc9dlYJBfH1lGqm84SDjmtIE7Vco9+yfx50t7oM xuZQ== X-Gm-Message-State: AEkoouuCuZxPk+FYoQU/WOITHAALkBTzRNzaqNKI7OiR+uDf2mijitT7MEFgl8n6xvDSYMw52gtzM+rAyY4BqQ== X-Received: by 10.202.61.198 with SMTP id k189mr2141807oia.106.1472043459999; Wed, 24 Aug 2016 05:57:39 -0700 (PDT) MIME-Version: 1.0 Received: by 10.157.12.193 with HTTP; Wed, 24 Aug 2016 05:57:39 -0700 (PDT) In-Reply-To: <20f80788-6ea0-eba6-53aa-52f5715f84a1@linux.vnet.ibm.com> References: <20f80788-6ea0-eba6-53aa-52f5715f84a1@linux.vnet.ibm.com> From: David Edelsohn Date: Wed, 24 Aug 2016 12:57:00 -0000 Message-ID: Subject: Re: [PATCH 2/2][v4] Drop excess size used for run time allocated stack variables. To: Andreas Krebbel Cc: vogt@linux.vnet.ibm.com, Jeffrey Law , GCC Patches Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2016-08/txt/msg01722.txt.bz2 On Wed, Aug 24, 2016 at 7:42 AM, Andreas Krebbel wrote: > On 08/24/2016 04:02 AM, David Edelsohn wrote: >> This patch broke bootstrap on AIX. Stage1 GCC is miscompiled. >> >> Please revert this patch. > > Done. Sorry for the breakage. Is the alignment assumption safe irrespective of ABI? Thanks, David