From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20942 invoked by alias); 15 Jun 2010 15:39:39 -0000 Received: (qmail 19569 invoked by uid 48); 15 Jun 2010 15:39:11 -0000 Date: Tue, 15 Jun 2010 15:39:00 -0000 Message-ID: <20100615153911.19568.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/msg01608.txt.bz2 ------- Comment #8 from hjl dot tools at gmail dot com 2010-06-15 15:39 ------- (In reply to comment #7) > Jakub was not talking about crtl->stack_alignment_estimated becoming 256, > but rather DECL_ALIGN of certain decls in expand_one_stack_var_at. > I set the breakpoint at expand_one_stack_var_at and ran the testcase in gdb. expand_one_stack_var_at wasn't called. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44542