--Boundary-00=_DTUvDIVjVDbi0ND Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline On Wednesday 04 January 2006 22:29, David Faure wrote: > On Wednesday 04 January 2006 19:31, Chusslove Illich wrote: > > > [: Alexander Neundorf :] > > > I mean, I don't want to go through the whole svn and commit changes if > > > there is something different going here. > > > > I'd just like to comment that Laurent Montel (mlaurent) seems to had been > > going through kdelibs two days ago and converting in the opposite way, > > from QString::null to QString()... > > We know that, this is what made the unexpected gcc-3.2.3 behavior appear. > > So - anyone with 3.3 to test this? Sorry I cannot test with Qt4/KDE4, but I can compile the attached program with Qt3 while compiling with gcc 3.3.1 (-SuSE 9.0). Have a nice day! --Boundary-00=_DTUvDIVjVDbi0ND Content-Type: text/x-c++src; charset="utf-8"; name="test.cpp" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="test.cpp" #include QString test(const QString& str) { return str; } int main(void) { test(QString()); test(QString::null); } --Boundary-00=_DTUvDIVjVDbi0ND--