From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32487 invoked by alias); 22 Jul 2003 21:01:42 -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 32479 invoked from network); 22 Jul 2003 21:01:42 -0000 Received: from unknown (HELO mhs.swan.ac.uk) (137.44.1.33) by sources.redhat.com with SMTP; 22 Jul 2003 21:01:42 -0000 Received: from cs-svr1.swan.ac.uk ([137.44.2.59]) by mhs.swan.ac.uk with esmtp (Exim 4.20) id 19f4GT-0003JC-De; Tue, 22 Jul 2003 22:01:41 +0100 Received: from cs-svr1.swan.ac.uk (localhost [127.0.0.1]) by cs-svr1.swan.ac.uk (8.12.2/8.12.2/SuSE Linux 0.6) with ESMTP id h6ML1fdh026757; Tue, 22 Jul 2003 22:01:41 +0100 Received: (from csoliver@localhost) by cs-svr1.swan.ac.uk (8.12.2/8.12.2/Submit) id h6ML1fGP026756; Tue, 22 Jul 2003 22:01:41 +0100 Date: Tue, 22 Jul 2003 21:46:00 -0000 From: Oliver Kullmann To: gcc-help@gcc.gnu.org Subject: Internal compiler error: Segmentation fault Message-ID: <20030722210141.GA25238@swan.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.27i X-SA-Exim-Mail-From: O.Kullmann@swansea.ac.uk X-SW-Source: 2003-07/txt/msg00305.txt.bz2 Hi, I just wanted to finish a quick job, but with my g++ version 3.3 (prelease, Suse 8.2) I got a compiler segmentation fault. So I downloaded the newest version (3.3) and got a similar error: > make TestDebug g++ -c -I/h/21/GemeinsameBasis/ZentralesArchiv/Hilfsprogramme/C++Bibliothek TestDebug.cpp /home/kullmann/csoliver/GCC/gcc-3.3/include/c++/3.3/iostream:297: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make: *** [TestDebug.o] Fehler 1 > g++ -v Reading specs from /home/kullmann/csoliver/GCC/gcc-3.3/lib/gcc-lib/i686-pc-linux-gnu/3.3/specs Configured with: /home/kullmann/csoliver/GCC/gcc-3.3/configure --enable-threads=posix --enable-long-long --prefix=/home/kullmann/csoliver/GCC/gcc-3.3 --with-local-prefix=/home/kullmann/csoliver/GCC/Include_3.3 --enable-languages=c,c++ --disable-nls --enable-shared Thread model: posix gcc version 3.3 I wonder whether someone has seen this before, and knows a quick work around?! I would be helpful for any tip! Oliver