From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2875 invoked by alias); 31 Mar 2008 02:05:09 -0000 Received: (qmail 2683 invoked by uid 48); 31 Mar 2008 02:04:23 -0000 Date: Mon, 31 Mar 2008 02:05:00 -0000 Message-ID: <20080331020423.2682.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug middle-end/35771] Call expander ignores type alignment 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: 2008-03/txt/msg02520.txt.bz2 ------- Comment #2 from hjl dot tools at gmail dot com 2008-03-31 02:04 ------- useless_type_conversion_p returns true for (gdb) call debug_tree (outer_type) unit size align 32 symtab -1430183552 alias set -1 canonical type 0x2aaaaab0a6c0 precision 32 pointer_to_this > sizes-gimplified V4SF size constant invariant 128> unit size constant invariant 16> user align 8 symtab -1430183264 alias set -1 canonical type 0x2aaaaac11240 attributes > nunits 4> (gdb) call debug_tree (inner_type) unit size align 32 symtab -1430183552 alias set -1 canonical type 0x2aaaaab0a6c0 precision 32 pointer_to_this > sizes-gimplified V4SF size constant invariant 128> unit size constant invariant 16> align 128 symtab -1430183936 alias set -1 canonical type 0x2aaaaabab900 attributes > nunits 4 pointer_to_this > It isn't correct. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35771