------- Additional Comments From f dot demiralp at gmail dot com 2005-04-18 02:24 ------- Subject: RE: internal compiler error: verify_stmts failed.
I have removed the folder .pch and compiled the source file again like below. but it did no diffrence. ( I hope I don't not misunderstand what you asked) [Fehmi [EMAIL PROTECTED] ...src/wxwidgets2]$ g++ -c -o netdll_http.o -D__WXMSW__ -DwxUSE_GUI=0 -DWXUSINGDLL -DWXMAKINGDLL_NET -DNO_ GCC_PRAGMA -Ilib/wx/include/msw-ansi-release-2.6 -I/usr/cvs-src/wxWidgets/in clude -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -O2 -Wall -Wno-ctor-dtor-privacy /usr/cvs-src/wxWidgets/src/common/http.cpp /usr/cvs-src/wxWidgets/include/wx/string.h:58: warning: type attributes are honored only at type definition /usr/cvs-src/wxWidgets/include/wx/string.h:248: warning: type attributes are honored only at type definition /usr/cvs-src/wxWidgets/include/wx/string.h:612: warning: type attributes are honored only at type definition /usr/cvs-src/wxWidgets/include/wx/object.h:27: warning: type attributes are honored only at type definition /usr/cvs-src/wxWidgets/include/wx/object.h:50: warning: type attributes are honored only at type definition /usr/cvs-src/wxWidgets/include/wx/object.h:51: warning: type attributes are honored only at type definition /usr/cvs-src/wxWidgets/include/wx/object.h:52: warning: type attributes are honored only at type definition /usr/cvs-src/wxWidgets/include/wx/object.h:495: warning: type attributes are honored only at type definition /usr/cvs-src/wxWidgets/include/wx/thread.h:117: warning: type attributes are honored only at type definition /usr/cvs-src/wxWidgets/include/wx/thread.h:118: warning: type attributes are honored only at type definition /usr/cvs-src/wxWidgets/include/wx/thread.h:119: warning: type attributes are honored only at type definition /usr/cvs-src/wxWidgets/include/wx/thread.h:120: warning: type attributes are honored only at type definition /usr/cvs-src/wxWidgets/include/wx/thread.h:121: warning: type attributes are honored only at type definition /usr/cvs-src/wxWidgets/include/wx/event.h:43: warning: type attributes are honored only at type definition /usr/cvs-src/wxWidgets/include/wx/event.h:52: warning: type attributes are honored only at type definition /usr/cvs-src/wxWidgets/include/wx/event.h:420: warning: type attributes are honored only at type definition /usr/cvs-src/wxWidgets/include/wx/event.h:2190: warning: type attributes are honored only at type definition /usr/cvs-src/wxWidgets/include/wx/event.h:2232: warning: type attributes are honored only at type definition /usr/cvs-src/wxWidgets/include/wx/app.h:31: warning: type attributes are honored only at type definition /usr/cvs-src/wxWidgets/include/wx/app.h:32: warning: type attributes are honored only at type definition /usr/cvs-src/wxWidgets/include/wx/app.h:33: warning: type attributes are honored only at type definition /usr/cvs-src/wxWidgets/include/wx/app.h:34: warning: type attributes are honored only at type definition /usr/cvs-src/wxWidgets/include/wx/app.h:35: warning: type attributes are honored only at type definition /usr/cvs-src/wxWidgets/include/wx/app.h:44: warning: type attributes are honored only at type definition /usr/cvs-src/wxWidgets/include/wx/list.h:62: warning: type attributes are honored only at type definition /usr/cvs-src/wxWidgets/include/wx/list.h:331: warning: type attributes are honored only at type definition /usr/cvs-src/wxWidgets/include/wx/list.h:395: warning: type attributes are honored only at type definition /usr/cvs-src/wxWidgets/include/wx/list.h:457: warning: type attributes are honored only at type definition /usr/cvs-src/wxWidgets/include/wx/list.h:461: warning: type attributes are honored only at type definition /usr/cvs-src/wxWidgets/include/wx/stream.h:28: warning: type attributes are honored only at type definition /usr/cvs-src/wxWidgets/include/wx/stream.h:29: warning: type attributes are honored only at type definition /usr/cvs-src/wxWidgets/include/wx/stream.h:30: warning: type attributes are honored only at type definition /usr/cvs-src/wxWidgets/include/wx/hashmap.h:684: warning: type attributes are honored only at type definition /usr/cvs-src/wxWidgets/include/wx/hashmap.h:684: warning: type attributes are honored only at type definition /usr/cvs-src/wxWidgets/include/wx/protocol/http.h:21: warning: type attributes are honored only at type definition /usr/cvs-src/wxWidgets/include/wx/protocol/http.h:21: warning: type attributes are honored only at type definition /usr/cvs-src/wxWidgets/src/common/http.cpp: In member function 'wxString wxHTTP::GetHeader(const wxString&) const': /usr/cvs-src/wxWidgets/src/common/http.cpp:117: error: Invalid operand to unary operator &wxEmptyStringD.5167; /usr/cvs-src/wxWidgets/src/common/http.cpp:117: internal compiler error: verify_stmts failed. Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://gcc.gnu.org/bugs.html> for instructions. -----Original Message----- From: pinskia at gcc dot gnu dot org [mailto:[EMAIL PROTECTED] Sent: 18 April 2005 01:52 To: [EMAIL PROTECTED] Subject: [Bug c++/21081] internal compiler error: verify_stmts failed. ------- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-18 00:52 ------- Can you try to reproduce this without the PCH or attach the preprocessed source for the PCH file? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21081