This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/20152] New: ICE compiling krusader-1.5.1 with latest CVS gcc
- From: "jan dot dvorak at kraxnet dot cz" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Feb 2005 19:50:29 -0000
- Subject: [Bug c++/20152] New: ICE compiling krusader-1.5.1 with latest CVS gcc
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
Got ICE compiling krusader-1.51 (i suppose on illegal code) with 4.0.0 20050218 :
Preprocessed file: http://napalm.sf.cz/libPanel_a.all_cpp.ii.gz
#gcc -v ./libPanel_a.all_cpp.ii
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../gcc/configure --enable-languages=c,c++
--enable-threads=posix --enable-shared
Thread model: posix
gcc version 4.0.0 20050218 (experimental)
/usr/local/libexec/gcc/i686-pc-linux-gnu/4.0.0/cc1plus -fpreprocessed
./libPanel_a.all_cpp.ii -quiet -dumpbase libPanel_a.all_cpp.ii -mtune=pentiumpro
-auxbase libPanel_a.all_cpp -version -o /tmp/cccN92oc.s
GNU C++ version 4.0.0 20050218 (experimental) (i686-pc-linux-gnu)
compiled by GNU C version 4.0.0 20050218 (experimental).
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
krselectionmode.h:12: error: redefinition of 'class KrSelectionMode'
krselectionmode.h:12: error: previous definition of 'class KrSelectionMode'
krselectionmode.h:35: error: redefinition of 'class KrKDESelectionMode'
krselectionmode.h:35: error: previous definition of 'class KrKDESelectionMode'
krselectionmode.h:50: error: redefinition of 'class KrOriginalSelectionMode'
krselectionmode.h:50: error: previous definition of 'class KrOriginalSelectionMode'
krselectionmode.h:65: error: redefinition of 'class KrNewSelectionMode'
krselectionmode.h:65: error: previous definition of 'class KrNewSelectionMode'
krselectionmode.h: In constructor 'KrSelectionMode::KrSelectionMode()':
krselectionmode.h:35: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
--
Summary: ICE compiling krusader-1.5.1 with latest CVS gcc
Product: gcc
Version: 4.0.0
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: jan dot dvorak at kraxnet dot cz
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: i686-pc-linux-gnu
GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20152