Bug 60909 - gcc 2.96-105 fails to compile Qt C bindings
Summary: gcc 2.96-105 fails to compile Qt C bindings
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Raw Hide
Classification: Retired
Component: gcc
Version: 1.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-03-08 21:41 UTC by Bernhard Rosenkraenzer
Modified: 2007-04-18 16:40 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-10-02 19:38:22 UTC
Embargoed:


Attachments (Terms of Use)
bzip2'ed preprocessor output (38.80 KB, application/octet-stream)
2002-03-08 21:42 UTC, Bernhard Rosenkraenzer
no flags Details

Description Bernhard Rosenkraenzer 2002-03-08 21:41:51 UTC
c++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I./.. -I/usr/include/kde
-I/usr/lib/qt3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT
-D_REENTRANT -O2 -fno-exceptions -fno-check-new
-Wp,-MD,.deps/qt_QStringList.pp -c qt_QStringList.cpp  -fPIC -DPIC -o
.libs/qt_QStringList.o
qt_QStringList.cpp:25: `QValueListIterator<QString> iterator'
redeclared as different kind of symbol
[qt_QStringList.cpp:25 is static QStringList::Iterator    iterator;]
qt_QStringList.cpp:25: sorry, not implemented: `integer_type' not
supported by dump_expr
qt_QStringList.cpp:25: sorry, not implemented: `pointer_type' not
supported by dump_expr
qt_QStringList.cpp:25: sorry, not implemented: `reference_type' not
supported by dump_expr
/usr/include/g++-3/stl_iterator.h:90: previous declaration of `template
<class _Category, class _Tp, class _Distance = {expression error},
class _Pointer = {expression error}, class _Reference = {expression
error} struct iterator'

Version-Release number of selected component (if applicable):
2.96-105

How Reproducible:
100%

Steps to Reproduce:
1. Try to build kdebindings

Additional Information:
Works with 3.1

Comment 1 Bernhard Rosenkraenzer 2002-03-08 21:42:48 UTC
Created attachment 47941 [details]
bzip2'ed preprocessor output

Comment 2 Richard Henderson 2004-10-02 19:38:22 UTC
If it works with 3.1, then fine.  The .ii file present here doesn't
build with 3.2 or later, which just looks like actual c++ conformance
problems with the original.


Note You need to log in before you can comment on or make changes to this bug.