From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26661 invoked by alias); 18 Jun 2004 03:30:02 -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 26609 invoked from network); 18 Jun 2004 03:29:57 -0000 Received: from unknown (HELO wiproecmx2.wipro.com) (164.164.31.6) by sourceware.org with SMTP; 18 Jun 2004 03:29:57 -0000 Received: from ec-vwall-wd (ec-vwall-wd.wipro.com [10.200.52.125]) by wiproecmx2.wipro.com (8.12.9-20031013/8.12.9) with SMTP id i5I3TrJr016418 for ; Fri, 18 Jun 2004 08:59:54 +0530 (IST) Received: from blr-ec-bh3.wipro.com ([10.200.50.93]) by ec-vwall-wd with InterScan Messaging Security Suite; Fri, 18 Jun 2004 08:59:53 +0530 Received: from blr-ec-msg05.wipro.com ([10.200.51.199]) by blr-ec-bh3.wipro.com with Microsoft SMTPSVC(5.0.2195.6713); Fri, 18 Jun 2004 08:59:52 +0530 Received: from wipro.com ([192.168.220.174]) by blr-ec-msg05.wipro.com with Microsoft SMTPSVC(5.0.2195.6713); Fri, 18 Jun 2004 08:59:51 +0530 Message-ID: <40D25966.4020209@wipro.com> Date: Fri, 18 Jun 2004 03:30:00 -0000 From: Ramya Rajan chandar User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.0.1) Gecko/20020920 Netscape/7.0 MIME-Version: 1.0 To: gcc-bugs Subject: bug_report Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 18 Jun 2004 03:29:51.0921 (UTC) FILETIME=[84206A10:01C454E4] X-SW-Source: 2004-06/txt/msg02170.txt.bz2 List-Id: Hi, I wish to upgrade gcc2.95.3 to gcc3.2.2 I configured the new version with the standard options ( ./configure --prefix=/home/ramya/local_3.2.2 ) # Compiler information: g++ -v /home/ramya/local_3.2.2/bin/g++ -v Reading specs from /home/ramya/local_3.2.2/lib/gcc-lib/i686-pc-linux-gnu/3.2.2/specs Configured with: ./configure --prefix=/home/ramya/local_3.2.2 Thread model: posix gcc version 3.2.2 # System information: uname -a Linux linux3 2.4.7-10 #1 Thu Sep 6 17:27:27 EDT 2001 i686 unknown # the complete command line that triggers the bug; # the compiler output (error messages, warnings, etc.); /home/ramya/local_3.2.2//bin/g++ -save-temps -fno-exceptions -fno-rtti -fcheck-new -Wno-d eprecated -D__PSOS_CXX_H=1 -D_LITTLE_ENDIAN=1 -O0 -Wall -g -DPSOSUN -I/cm4/fsn/krnl/RTEMS /pSOSapi/export -DCOMPILER_GNU= -DHOST_ARCH_LINUX -DTARG_ARCH_HOST= -DTARG_ARCH_HOST= -DT ARG_OS_RTEMS= -DTARG_OS_VERSION= -DBOARD_gant_c -I/cm4/fsn/include -I/cm4/fsn/include/gan t-c -I/cm4/fsn/krnl/types/export -Dfar= -Dnear= -DASAM_XD_FEATURE -I/cm4/fsn/app/asam/com mon/idl/ -I/cm4/fsn/app/asam/eqptDomain/common/idl -I/cm4/fsn/app/asam/eqptDomain/eqptCtr l/chain/idl -I/cm4/fsn/app/asam/eqptDomain/eqptCtrl/common/idl -I/cm4/fsn/app/asam/eqptDo main/eqptCtrl/system/idl -I/cm4/fsn/app/asam/eqptDomain/eqptCtrl/chain/centre -I/cm4/fsn/ app/asam/eqptDomain/eqptCtrl/common/centre -I/cm4/fsn/app/asam/eqptDomain/eqptCtrl/common /export -I/cm4/fsn/app/asam/eqptDomain/eqptCtrl/system/centre -o /cm4/objects/gant-c/ghos tr/cm4/fsn/app/asam/eqptDomain/eqptCtrl/system/staticInit/StaticInit_EqptCtrlSyCe.o -c /c m4/fsn/app/asam/eqptDomain/eqptCtrl/system/staticInit/StaticInit_EqptCtrlSyCe.cpp /cm4/fsn/app/asam/eqptDomain/eqptCtrl/system/staticInit/StaticInit_EqptCtrlSyCe.cpp:83: internal error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See for instructions. *** Error code 1 clearmake: Error: Build script failed for "/cm4/objects/gant-c/ghostr/cm4/fsn/app/asam/eq ptDomain/eqptCtrl/system/staticInit/StaticInit_EqptCtrlSyCe.o" clearmake[1]: Leaving directory `/cm4/fsn/app/asam/eqptDomain/eqptCtrl/system' *** Error code 1 clearmake: Error: Build script failed for "/cm4/fsn/app/asam/eqptDomain/eqptCtrl/system/e qptCtrlSystem.obj" Can you please tell me what could be the reason for the crash or is there any workaround for the same. Thanks. Ramya.