From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6346 invoked by alias); 28 Dec 2006 07:22:07 -0000 Received: (qmail 6300 invoked by uid 48); 28 Dec 2006 07:21:57 -0000 Date: Thu, 28 Dec 2006 07:22:00 -0000 Subject: [Bug c++/30316] New: internal compiler error: in set_lattice_value, at tree-ssa-ccp.c:434 X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "deji_aking at yahoo dot ca" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-12/txt/msg01990.txt.bz2 O.k sorry about the bad summary (I know almost nothing about c++). I had installed 4.2.0 pre-release for my fortran needs and was trying to compile a package (beast-0.7.1, from beast.gtk.org) on fedora rawhide and I'm getting this ICE; >> if g++ -DHAVE_CONFIG_H -DBIRNET_LOG_DOMAIN='"signal"' -DPARANOID -DG_DISABLE_CONST_RETURNS -I. -I. -I../.. -I../.. -I../.. -I. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -D_BIRNET_SOURCE_EXTENSIONS -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -g -DG_ENABLE_DEBUG -Wdeprecated -Wno-cast-qual -ftracer -finline-functions -fno-keep-static-consts -fmessage-length=80 -MT signal.o -MD -MP -MF ".deps/signal.Tpo" -c -o signal.o signal.cc; \ then mv -f ".deps/signal.Tpo" ".deps/signal.Po"; else rm -f ".deps/signal.Tpo"; exit 1; fi ./birnetsignalslot.hh: In function 'Birnet::Signals::Slot3 Birnet::Signals::slot(Class&, R0 (Class::*)(A1, A2, A3)) [with Class = ::Connection3, R0 = void, A1 = int, A2 = Birnet::String, A3 = float]': ./birnetsignalslot.hh:126: internal compiler error: in set_lattice_value, at tree-ssa-ccp.c:434 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [signal.o] Error 1 >> I did try to run 'cpp -DHAVE_CONFIG_H -DBIRNET_LOG_DOMAIN='"datalist"' -DPARANOID -DG_DISABLE_CONST_RETURNS -I. -I. -I../.. -I../.. -I../.. -I. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -D_BIRNET_SOURCE_EXTENSIONS -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -g -DG_ENABLE_DEBUG -Wdeprecated -Wno-cast-qual -ftracer -finline-functions -fno-keep-static-consts -fmessage-length=80 -MT datalist.o -MD -MP -MF ".deps/datalist.Tpo" datalist.cc >&datalist.cpp', the output is attached. [deji@agape tests]$ g++ --version g++ (GCC) 4.2.0 20061225 (prerelease) Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -- Summary: internal compiler error: in set_lattice_value, at tree- ssa-ccp.c:434 Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: deji_aking at yahoo dot ca http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30316