From kde-core-devel Wed Jan 04 18:21:22 2006 From: David Faure Date: Wed, 04 Jan 2006 18:21:22 +0000 To: kde-core-devel Subject: Re: KDE/kdebase/kicker/kicker Message-Id: <200601041921.23137.faure () kde ! org> X-MARC-Message: https://marc.info/?l=kde-core-devel&m=113639925406306 On Wednesday 04 January 2006 19:12, Alexander Neundorf wrote: > - KURLRequesterDlg dlg( QString(), this, 0, true); > + KURLRequesterDlg dlg( QString::null, this, 0, true); It's starting to look like this is a gcc-3.2.x bug more than a "normal" C++ parsing problem, despite my explanation of that possible parsing problem. Your gcc surely hits this much more than gcc-3.4 or gcc-4. No idea if gcc-2.95 and gcc-3.3 have the problem too; maybe someone should try before you convert all the code back, indeed. If only 3.2.x has the problem, then we could simply forbid that compiler... -- David Faure, faure@kde.org, sponsored by Trolltech to work on KDE, Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org).