Bug 19153 - Can't compile Qt 3.3.3
Summary: Can't compile Qt 3.3.3
Status: RESOLVED DUPLICATE of bug 19148
Alias: None
Product: gcc
Classification: Unclassified
Component: c++ (show other bugs)
Version: 4.0.0
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-25 18:47 UTC by bero
Modified: 2005-07-23 22:49 UTC (History)
1 user (show)

See Also:
Host: i586-ark-linux
Target: i586-ark-linux
Build: i586-ark-linux
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 bero 2004-12-25 18:47:54 UTC
g++ -c -I/usr/include/fontconfig -I/usr/include/X11/Xft -O2 -march=i586 
-mtune=i686 -fomit-frame-pointer -fweb -frename-registers 
-fvisibility-inlines-hidden -fno-use-cxa-atexit -fno-exceptions 
-I/usr/include/X11/Xft -fno-exceptions -Wall -W -I/usr/include/fontconfig 
-I/usr/include/X11/Xft -O2 -march=i586 -mtune=i686 -fomit-frame-pointer -fweb 
-frename-registers -fvisibility-inlines-hidden -fno-use-cxa-atexit 
-fno-exceptions -D_REENTRANT -fpic-DQT_SHARED -DQT_NO_DEBUG 
-DQT_THREAD_SUPPORT -DQT_THREAD_SUPPORT -D_LARGEFILE_SOURCE -D_LARGE_FILES 
-D_FILE_OFFSET_BITS=64 -DQT_NO_IMAGEIO_MNG -DQT_NO_IMAGEIO_JPEG 
-DQT_NO_IMAGEIO_PNG -DQT_BUILTIN_GIF_READER=1 -DQT_NO_STYLE_MAC 
-DQT_NO_STYLE_AQUA -DQT_NO_STYLE_CDE -DQT_NO_STYLE_MOTIFPLUS 
-DQT_NO_STYLE_INTERLACE -DQT_NO_STYLE_PLATINUM -DQT_NO_STYLE_WINDOWSXP 
-DQT_NO_STYLE_SGI -DQT_NO_STYLE_COMPACT -DQT_NO_STYLE_POCKETPC 
-DQT_NO_STYLE_WINDOWS -I/usr/src/ark/BUILD/qt-copy/mkspecs/linux-g++ -I. 
-I/usr/include/freetype2 -I3rdparty/opentype -I../include -I/usr/X11R6/include 
-I/usr/X11R6/include -I.moc/release-shared-mt/ 
-o .obj/release-shared-mt/qisciicodec.o codecs/qisciicodec.cpp 
gimplification failed: 
*uc.104 <indirect_ref 0xb706e500 
    type <record_type 0xb71c706c QChar addressable needs-constructing type_1 
type_5 type_6 BLK 
        size <integer_cst 0xb7ce72e8 constant invariant 16> 
        unit size <integer_cst 0xb7ce7300 constant invariant 2> 
        align 16 symtab 0 alias set -1 
        fields <var_decl 0xb71c8798 null type <record_type 0xb71c7bd0 QChar> 
            readonly addressable used public static external nonlocal decl_3 
decl_5 decl_6 BLK file ../include/qstring.h line 85 size <integer_cst 
0xb7ce72e8 16> unit size <integer_cst 0xb7ce7300 2> 
            align 16 context <record_type 0xb71c706c QChar> 
            chain <var_decl 0xb71c8804 replacement>> 
       needs-constructor X() has-type-conversion X(constX&) this=(X&) 
n_parents=0 use_template=0 interface-unknown 
        pointer_to_this <pointer_type 0xb71c7360> reference_to_this 
<reference_type 0xb71f372c> chain <type_decl 0xb71c7144 QChar>> 
 
    arg 0 <var_decl 0xb7073000 uc.104 
        type <pointer_type 0xb71c7360 type <record_type 0xb71c706c QChar> 
            public unsigned SI 
            size <integer_cst 0xb7ce73d8 constant invariant 32> 
            unit size <integer_cst 0xb7ce7168 constant invariant 4> 
            align 32 symtab 0 alias set -1> 
        used unsigned ignored SI file codecs/qisciicodec.cpp line 222 size 
<integer_cst 0xb7ce73d8 32> unit size <integer_cst 0xb7ce7168 4> 
        align 32 context <function_decl 0xb7055360 toUnicode> 
        chain <var_decl 0xb706cf30 type <integer_type 0xb7db2798 uchar> 
            used unsigned ignored QI file codecs/qisciicodec.cpp line 220 
            size <integer_cst 0xb7ce71e0 constant invariant 8> 
            unit size <integer_cst 0xb7ce71f8 constant invariant 1> 
            align 8 context <function_decl 0xb7055360 toUnicode> chain 
<var_decl 0xb706cec4>>>> 
codecs/qisciicodec.cpp: In member function 'virtual QString 
QIsciiCodec::toUnicode(const char*, int) const': 
codecs/qisciicodec.cpp:222: internal compiler error: gimplification failed
Comment 1 Andrew Pinski 2004-12-25 18:49:44 UTC

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