Bug 17604 - ICE in gimplify.c:364 (create_tmp_var)
Summary: ICE in gimplify.c:364 (create_tmp_var)
Status: RESOLVED DUPLICATE of bug 17554
Alias: None
Product: gcc
Classification: Unclassified
Component: c++ (show other bugs)
Version: 4.0.0
: P2 critical
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-22 10:42 UTC by Grzegorz Jaskiewcz
Modified: 2005-07-23 22:49 UTC (History)
1 user (show)

See Also:
Host: linux
Target: linux
Build: i486
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Grzegorz Jaskiewcz 2004-09-22 10:42:55 UTC
compiling ./kopete/protocols/msn/msnmessagemanager.cpp
g++ -DHAVE_CONFIG_H -I./kopete/protocols/msn -I./kopete/protocols/msn -I.
-I./kopete/protocols/msn/ui -I./kopete/protocols/msn/./ui -I./kopete/libkopete
-I./kopete/libkopete/ui -I./kopete/libkopete/ui -I/opt/kde/include
-I/usr/local/qt-copy//include -I/usr/X11R6/include -DQT_THREAD_SUPPORT
-D_REENTRANT -D_FILE_OFFSET_BITS=64 -Wnon-virtual-dtor -Wno-long-long -Wundef
-ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion
-Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -g -O2
-Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new
-fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT
-DQT_NO_TRANSLATION -fPIC -DPIC -c ./kopete/protocols/msn/msnmessagemanager.cpp
-o ./kopete/protocols/msn/.libs/msnmessagemanager.o
-Wp,-MD,./kopete/protocols/msn/.deps/msnmessagemanager.TUlo
./kopete/protocols/msn/msnmessagemanager.cpp: In destructor `virtual
MSNMessageManager::~MSNMessageManager()':
./kopete/protocols/msn/msnmessagemanager.cpp:116: internal compiler error: in
create_tmp_var, at gimplify.c:364
Comment 1 Grzegorz Jaskiewcz 2004-09-22 10:45:43 UTC
me silly.
Sorry, this one is dup of one of my previous bug reports.

*** This bug has been marked as a duplicate of 17554 ***