public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "bero at arklinux dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/19153] New: Can't compile Qt 3.3.3
Date: Sat, 25 Dec 2004 18:48:00 -0000	[thread overview]
Message-ID: <20041225184753.19153.bero@arklinux.org> (raw)

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

-- 
           Summary: Can't compile Qt 3.3.3
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bero at arklinux dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i586-ark-linux
  GCC host triplet: i586-ark-linux
GCC target triplet: i586-ark-linux


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


             reply	other threads:[~2004-12-25 18:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-25 18:48 bero at arklinux dot org [this message]
2004-12-25 18:49 ` [Bug c++/19153] " pinskia at gcc dot gnu dot org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20041225184753.19153.bero@arklinux.org \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).