From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9943 invoked by alias); 21 Oct 2009 19:47:18 -0000 Received: (qmail 9907 invoked by uid 48); 21 Oct 2009 19:47:06 -0000 Date: Wed, 21 Oct 2009 19:47:00 -0000 Message-ID: <20091021194706.9906.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/37954] odd sized packed structures passed by value, under ARM, cause lockup of application In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "mikpe at it dot uu dot se" 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: 2009-10/txt/msg01858.txt.bz2 ------- Comment #10 from mikpe at it dot uu dot se 2009-10-21 19:47 ------- (In reply to comment #9) > My version is: > [root@xxxx build]# ccmips -V > ccmips: `-V' option must have argument > [root@pace build]# ccmips --version > ccmips (GCC) 3.3.2 20030904 (Wind River vxworks61) (built 20050516) > Copyright (C) 2003 Free Software Foundation, Inc. > This is free software; see the source for copying conditions. There is NO > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. That's an old vendor-modified compiler based on an ancient and no longer supported gcc version. Please direct your questions about that compiler to the vendor, Wind River. If you can reproduce your MIPS alignment problem using gcc-4.3 or newer, then that's something you should report here in a new bugzilla entry (so as to not confuse this ARM problem with a possibly unrelated MIPS problem). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37954