From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 78699 invoked by alias); 28 Sep 2016 12:57:26 -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 78672 invoked by uid 89); 28 Sep 2016 12:57:25 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 28 Sep 2016 12:57:14 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id C88D432B82F; Wed, 28 Sep 2016 12:57:13 +0000 (UTC) Received: from localhost.localdomain (dhcp-1-129.brq.redhat.com [10.34.1.129]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u8SCvCxq016047; Wed, 28 Sep 2016 08:57:12 -0400 From: Denys Vlasenko To: gcc-patches@gcc.gnu.org Cc: Denys Vlasenko , Andrew Pinski , Uros Bizjak , Bernd Schmidt Subject: [PATCH 0/2] Extend -falign-FOO=N to N[,M[,N2[,M2]]] version 4 Date: Wed, 28 Sep 2016 13:13:00 -0000 Message-Id: <20160928125704.29624-1-dvlasenk@redhat.com> X-SW-Source: 2016-09/txt/msg02125.txt.bz2 These patches are for this bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66240 "RFE: extend -falign-xyz syntax" This is version 4 of the patch set. Changes since version 3: * Improved documentation in invoke.texi * Fixed x86-specific calculation of default N2 value: previous version was doing it incorrectly for cross-compile