bug-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bug report


From: Matthew Mower
Subject: Bug report
Date: Wed, 25 Oct 2000 12:17:04 +0100

Hi.

My copy of g++ has asked me to submit a bug report, here it is:

Platform:
        Solaris 2.7 on E220R (256Mb RAM)

G++
        gcc version 2.8.1

Trying to compile:
        QT version 2.2.1
        (as part of the KDE2.0 final release)

Having used configure -platform=solaris-g++ to create shared solaris I
libraries using g++, I get the following error during the build:

g++ -c -I/usr/local/qt-2.2.1/include -I/usr/openwin/include -O2 -fPIC
-DQT_BUILTINGIFREADER=0 -DQT_NO_IMAGEIO_JPEG -DQT_NOT_IMAGEIO_MNG
-I/usr/local/qt-2.2.1/src/3rdparty/zlib
-I/usr/local/qt-2.2.1/src/3rdparty/libpng -o tools/qtextcodec.o
tools/qtextcodec.cpp

tools/qtextcodec.cpp: In function 'static class QTextCodec *
QTextCodec::loadCharMap(class QIODevice *)':
tools/qtextcodec.cpp: Internal compiler error.

I have attached the source file (from the QT2.2.1 distribution)
referenced by the error:

Removing the -O2 optimization flag appears to fix the problem, i.e.
the compiler no longer complains/aborts.

Best regards/

matt.

-----
Matt Mower, Development Manager, MetaDyne Ltd, 44-1895-254254

"A person who smiles in the face of adversity... probably has a
scapegoat."

Attachment: qtextcodec.cpp
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]