From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5610 invoked by alias); 31 Oct 2005 23:38:35 -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 5595 invoked by uid 48); 31 Oct 2005 23:38:33 -0000 Date: Mon, 31 Oct 2005 23:38:00 -0000 Subject: [Bug c++/24602] New: g++: Internal error: Illegal instruction (program cc1plus) X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "xeon at gmx dot ch" X-SW-Source: 2005-10/txt/msg04207.txt.bz2 List-Id: I stumbled over a possible bug in g++ (at least it told me to file a bug report). I'm not exactly sure if the code I tried to compile is correct. ~/bug > g++ -v -save-temps -I/usr/local/include gpp_bug.cpp Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.4.2 [FreeBSD] 20040728 /usr/libexec/cc1plus -E -quiet -v -I/usr/local/include -D_LONGLONG gpp_bug.cpp -o gpp_bug.ii ignoring duplicate directory "/usr/include" #include "..." search starts here: #include <...> search starts here: /usr/local/include /usr/include/c++/3.4 /usr/include/c++/3.4/backward /usr/include End of search list. /usr/libexec/cc1plus -fpreprocessed gpp_bug.ii -quiet -dumpbase gpp_bug.cpp -auxbase gpp_bug -version -o gpp_bug.s GNU C++ version 3.4.2 [FreeBSD] 20040728 (i386-fbsdproj-freebsd) compiled by GNU C version 3.4.2 [FreeBSD] 20040728. GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096 g++: Internal error: Illegal instruction (program cc1plus) Please submit a full bug report. See for instructions. -- Summary: g++: Internal error: Illegal instruction (program cc1plus) Product: gcc Version: 3.4.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: xeon at gmx dot ch GCC host triplet: i686-freebsd 5.4-p7 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24602