From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18388 invoked by alias); 15 Jun 2010 17:13:41 -0000 Received: (qmail 18025 invoked by uid 48); 15 Jun 2010 17:13:19 -0000 Date: Tue, 15 Jun 2010 17:13:00 -0000 Message-ID: <20100615171319.18024.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/44542] expand_one_stack_var_at may set DECL_ALIGN to a too high value In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "hjl dot tools at gmail dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2010-06/txt/msg01621.txt.bz2 ------- Comment #10 from hjl dot tools at gmail dot com 2010-06-15 17:13 ------- Created an attachment (id=20920) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20920&action=view) A patch to use alignment If we already know the alignment we need, why not use it? Here is a patch does it. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44542