public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/45393]  New: Internal compiler error
@ 2010-08-24  6:48 petrsup at gmail dot com
  2010-08-24  6:52 ` [Bug c++/45393] " petrsup at gmail dot com
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: petrsup at gmail dot com @ 2010-08-24  6:48 UTC (permalink / raw)
  To: gcc-bugs

When I tried to compile library Qt 4.6.3 in 64-bit mode, I got internal
compiler error.

* Version gcc -v       
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/local/gcc-4.5.1/libexec/gcc/i386-pc-solaris2.10/4.5.1/lto-wrapper
Target: i386-pc-solaris2.10
Configured with: ../configure --prefix=/usr/local/gcc-4.5.1 --with-gnu-as
--with-as=/opt/csw/bin/gas --without-gnu-ld --with-ld=/usr/ccs/bin/ld
--enable-nls --with-included-gettext --with-libiconv-prefix=/opt/csw --with-x
--with-mpfr=/usr/local --with-gmp=/usr/local --with-mpc=/usr/local
--enable-libssp --enable-objc-gc --enable-threads=posix
--enable-languages=c,c++,objc,obj-c++
Thread model: posix
gcc version 4.5.1 (GCC)

* System version: Solaris 10 10/09 s10x_u8wos_08a X86

* commandline:
g++ -c -m64 -save-temps -D_XOPEN_SOURCE=500 -D__EXTENSIONS__ -Wreturn-type
-fno-strict-aliasing -ffunction-sections -fdata-sections -O2 -I/opt/csw/include
-I/opt/csw/include/freetype2 -Wall -W -D_REENTRANT -fPIC -DQT_SHARED
-DBUILDING_QT__=1 -DNDEBUG -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS
-DQT3_SUPPORT -DQT_MOC_COMPAT -DBUILD_WEBKIT -DENABLE_JAVASCRIPT_DEBUGGER=1
-DENABLE_DATABASE=1 -DENABLE_EVENTSOURCE=1 -DENABLE_OFFLINE_WEB_APPLICATIONS=1
-DENABLE_DOM_STORAGE=1 -DENABLE_ICONDATABASE=1 -DENABLE_CHANNEL_MESSAGING=1
-DENABLE_ORIENTATION_EVENTS=0 -DENABLE_SQLITE=1 -DENABLE_DASHBOARD_SUPPORT=0
-DENABLE_FILTERS=0 -DENABLE_XPATH=1 -DENABLE_WCSS=0 -DENABLE_WML=0
-DENABLE_SHARED_WORKERS=1 -DENABLE_WORKERS=1 -DENABLE_XHTMLMP=0
-DENABLE_DATAGRID=0 -DENABLE_SVG=1 -DENABLE_SVG_FONTS=1
-DENABLE_SVG_FOREIGN_OBJECT=1 -DENABLE_SVG_ANIMATION=1 -DENABLE_SVG_AS_IMAGE=1
-DENABLE_SVG_USE=1 -DENABLE_RUBY=1 -DENABLE_VIDEO=0 -DENABLE_DATALIST=1
-DENABLE_NETSCAPE_PLUGIN_API=1 -DENABLE_WEB_SOCKETS=0 -DENABLE_XSLT=1
-DWTF_USE_JAVASCRIPTCORE_BINDINGS=1 -DWTF_CHANGES=1 -DBUILDING_QT__
-DBUILDING_JavaScriptCore -DBUILDING_WTF -DENABLE_JIT=1 -DENABLE_YARR_JIT=1
-DENABLE_YARR=1 -DXP_UNIX -DSQLITE_CORE -DSQLITE_OMIT_LOAD_EXTENSION
-DSQLITE_OMIT_COMPLETE -DQT_NO_DEBUG -DQT_XMLPATTERNS_LIB -DQT_GUI_LIB
-DQT_NETWORK_LIB -DQT_CORE_LIB -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE
-I../../../../mkspecs/solaris-g++-64 -I. -I../../../../include/QtCore
-I../../../../include/QtNetwork -I../../../../include/QtGui
-I../../../../include/QtXmlPatterns -I../../../../include -Ibridge/qt -Ipage/qt
-Iplatform/graphics/qt -Iplatform/network/qt -Iplatform/qt
-I../WebKit/qt/WebCoreSupport -I. -Iaccessibility -Ibindings/js -Ibridge
-Ibridge/c -Icss -Idom -Idom/default -Iediting -Ihistory -Ihtml -Ihtml/canvas
-Iinspector -Iloader -Iloader/appcache -Iloader/archive -Iloader/icon
-Inotifications -Ipage -Ipage/animation -Iplatform -Iplatform/animation
-Iplatform/graphics -Iplatform/graphics/filters -Iplatform/graphics/transforms
-Iplatform/image-decoders -Iplatform/mock -Iplatform/network -Iplatform/sql
-Iplatform/text -Iplugins -Irendering -Irendering/style -Istorage -Isvg
-Isvg/animation -Isvg/graphics -Isvg/graphics/filters -Iwebsockets -Iwml
-Iworkers -Ixml -Igenerated -I../JavaScriptCore -I../../webkit
-I../JavaScriptCore/assembler -I../JavaScriptCore/bytecode
-I../JavaScriptCore/bytecompiler -I../JavaScriptCore/debugger
-I../JavaScriptCore/interpreter -I../JavaScriptCore/jit
-I../JavaScriptCore/parser -I../JavaScriptCore/profiler
-I../JavaScriptCore/runtime -I../JavaScriptCore/wrec -I../JavaScriptCore/wtf
-I../JavaScriptCore/wtf/symbian -I../JavaScriptCore/wtf/unicode
-I../JavaScriptCore/yarr -I../JavaScriptCore/API
-I../JavaScriptCore/ForwardingHeaders -Igenerated -I../WebKit/qt/Api
-I../../../../include/QtWebKit -I.rcc/release-shared -I../JavaScriptCore/pcre
-I/Users/petrsup/tmp/qt-everywhere-opensource-src-4.6.3/src/3rdparty/webkit/WebKitBuild/Release/JavaScriptCore/tmp
-I../../sqlite -I/usr/openwin/share/include -I.moc/release-shared
-I/usr/sfw/include -o obj/release/Path.o platform/graphics/Path.cpp

* error message:
platform/graphics/Path.cpp: In static member function 'static WebCore::Path
WebCore::Path::createEllipse(const WebCore::FloatPoint&, float, float)':
platform/graphics/Path.cpp:222:6: internal compiler error: in
redirect_eh_edge_1, at tree-eh.c:2135


-- 
           Summary: Internal compiler error
           Product: gcc
           Version: 4.5.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: petrsup at gmail dot com
 GCC build triplet: i386-pc-solaris2.10
  GCC host triplet: i386-pc-solaris2.10
GCC target triplet: i386-pc-solaris2.10


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45393


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2010-08-30 16:00 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-24  6:48 [Bug c++/45393] New: Internal compiler error petrsup at gmail dot com
2010-08-24  6:52 ` [Bug c++/45393] " petrsup at gmail dot com
2010-08-24  6:56 ` petrsup at gmail dot com
2010-08-24  8:52 ` rguenth at gcc dot gnu dot org
2010-08-24  9:13 ` [Bug middle-end/45393] [4.5/4.6 Regression] ICE in redirect_eh_edge_1, at tree-eh.c:2135 rguenth at gcc dot gnu dot org
2010-08-24 13:58 ` hjl dot tools at gmail dot com
2010-08-24 15:38 ` hjl dot tools at gmail dot com
2010-08-24 19:16 ` hjl dot tools at gmail dot com
2010-08-25  8:44 ` rguenth at gcc dot gnu dot org
2010-08-25 10:48 ` [Bug middle-end/45393] [4.5 " rguenth at gcc dot gnu dot org
2010-08-25 10:48 ` [Bug middle-end/45393] [4.5/4.6 " rguenth at gcc dot gnu dot org
2010-08-30 13:32 ` [Bug middle-end/45393] [4.5 " hjl at gcc dot gnu dot org
2010-08-30 16:00 ` rguenth at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).