From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14283 invoked by alias); 25 Jan 2005 23:10:49 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 14212 invoked by uid 48); 25 Jan 2005 23:10:44 -0000 Date: Tue, 25 Jan 2005 23:10:00 -0000 Message-ID: <20050125231044.14205.qmail@sourceware.org> From: "shebs at apple dot com" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050125210725.19630.yanliu@ca.ibm.com> References: <20050125210725.19630.yanliu@ca.ibm.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/19630] Program hangs when compiling the testcase with -m64 option. X-Bugzilla-Reason: CC X-SW-Source: 2005-01/txt/msg03776.txt.bz2 List-Id: ------- Additional Comments From shebs at apple dot com 2005-01-25 23:10 ------- (In reply to comment #0) > The GCC compiler that I am using has the following information: > Reading specs from /usr/lib/gcc/powerpc-apple-darwin8/4.0.0/specs > Configured with: /private/var/tmp/gcc/gcc-4031.obj~3/src/configure --disable- > checking --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj- > c++ --program-transform-name=/^[cg][^+.-]*$/s/$/-4.0/ --with-gxx-include- > dir=/include/gcc/darwin/4.0/c++ --build=powerpc-apple-darwin8 --host=powerpc- > apple-darwin8 --target=powerpc-apple-darwin8 > Thread model: posix > gcc version 4.0.0 20041026 (Apple Computer, Inc. build 4031) > > Compiled the testcase with -m64 option, the program hangs forever. Without the - > m64 option, the problem goes away and gives the correct return code: 10. Seems to work in latest Tiger. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19630