From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10759 invoked by alias); 19 Jul 2005 14:46:27 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 10624 invoked by uid 22791); 19 Jul 2005 14:46:24 -0000 Received: from srv01s4.cas.org (HELO mailhost.cas.org) (134.243.50.9) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Tue, 19 Jul 2005 14:46:24 +0000 Received: from [134.243.216.44] (pmd25awu [134.243.216.44]) by mailhost.cas.org (8.12.10/8.12.10/CAS_MAIL_HUB-4.7.1) with ESMTP id j6JEkLhH003011 for ; Tue, 19 Jul 2005 10:46:22 -0400 (EDT) (envelope-from pdubuc@cas.org) Message-ID: <42DD123D.8090708@cas.org> Date: Tue, 19 Jul 2005 14:46:00 -0000 From: Paul Dubuc User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.7.8) Gecko/20050512 MIME-Version: 1.0 To: gcc-help@gcc.gnu.org Subject: g++ 3.4.4 core dump Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-07/txt/msg00177.txt.bz2 I get a core dump when I comple code with 3.4.4 that compiles fine with 3.3.4. /vol/gnu/gcc-3.4.4/bin/g++ -c -DSunOS -DSunOS5 -DSunOS5_8 -g -O3 -fPIC -D_REENTRANT -Wreturn-type -Wnon-virtual-dtor -I. -I/vobs/dx/local/include -I/vobs/is_foundations/vendor/zregx/include -I/vobs/toe/local/include -I/vobs/foot/local/include -I/vobs/moi/local/include -I/vobs/dx/src/lib/dmClient -I/vobs/is_foundations/snacc/include -munaligned-doubles -m64 -mcpu=ultrasparc -o sun5g/64/DMServerClusterMap.o DMServerClusterMap.cc g++: Internal error: Segmentation Fault (program cc1plus) Please submit a full bug report. See for instructions. Is there some option that I can use with g++ to narrow down the problem so that I can work around it if possible and make the bug report more useful? g++ -v Reading specs from /vol/gnu/gcc-3.4.4/lib/gcc/sparc-sun-solaris2.8/3.4.4/specs Configured with: ../gcc-3.4.4/configure --prefix=/vol/gnu/gcc-3.4.4 --enable-shared --enable-threads --enable-cpp --enable-languages=c++ --with-gnu-as --with-as=/vol/gnu/gcc-3.4.4/bin/as --with-gnu-ld --with-ld=/vol/gnu/gcc-3.4.4/bin/ld --host=sparc-sun-solaris2.8 Thread model: posix gcc version 3.4.4 Thanks, -- Paul M. Dubuc "It is not enough to do your best; you must know what to do, and THEN do your best." -- W. Edwards Deming