gcc 2.95 ICE triggered in kdepim with HEAD kdelibs
Scott Wheeler
wheeler at kde.org
Tue Feb 15 18:49:35 GMT 2005
On Tuesday 15 February 2005 17:22, Michael Nottebrock wrote:
> When compiling HEAD kitchensync, this ICE is triggered:
Dirk and I were ping-ponging on this one just before I finally upgraded to a
more recent distribution.
I checked in a fix in revision 1.5, but that broke the GCC 4 tree and Dirk
reverted it. I don't know of a solution really other than an #ifdef.
kdepim/kitchensync/kitchensync/plucker> cvs diff -r 1.4 -r 1.5 pluckerconfig.h
Index: pluckerconfig.h
===================================================================
RCS file: /home/kde/kdepim/kitchensync/kitchensync/plucker/pluckerconfig.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -p -r1.4 -r1.5
--- pluckerconfig.h 28 Dec 2004 14:20:44 -0000 1.4
+++ pluckerconfig.h 4 Jan 2005 15:18:31 -0000 1.5
@@ -28,7 +28,7 @@ class KConfig;
namespace KSPlucker {
class PluckerConfig
{
- template<class> friend class ::KStaticDeleter;
+ template<class> friend class KStaticDeleter;
PluckerConfig();
~PluckerConfig();
public:
-Scott
--
New Orleans food is as delicious as the less criminal forms of sin.
--Mark Twain
More information about the kde-core-devel
mailing list