Re: branches/KDE/3.4/kdepim/libkcal

2005-08-19 Thread Pierre Habouzit
Le Ven 19 Août 2005 21:50, André Wöbbeking a écrit : > On Friday 19 August 2005 21:14, Pierre Habouzit wrote: > > Le Ven 19 Août 2005 20:40, Reinhold Kainhofer a écrit : > > > It seems that gcc 4.0 is no longer initializing all members of a > > > struct, while gcc 3.3.x obviously did something like

Re: branches/KDE/3.4/kdepim/libkcal

2005-08-19 Thread André Wöbbeking
On Friday 19 August 2005 21:14, Pierre Habouzit wrote: > Le Ven 19 Août 2005 20:40, Reinhold Kainhofer a écrit : > > It seems that gcc 4.0 is no longer initializing all members of a > > struct, while gcc 3.3.x obviously did something like that. > > Then it's a gcc bug. > > when you write : > > Type

Re: branches/KDE/3.4/kdepim/libkcal

2005-08-19 Thread Adeodato Simó
* Reinhold Kainhofer [Fri, 19 Aug 2005 18:40:03 +]: > SVN commit 451025 by kainhofe: > ARRRGGH! Just when we release kde 3.4.2, a nasty bug in connection with gcc > 4.0 (NOT with 3.3.x, which I use) creeps up: > It seems that gcc 4.0 is no longer initializing all members of a struct, > whil

Re: branches/KDE/3.4/kdepim/libkcal

2005-08-19 Thread Pierre Habouzit
Le Ven 19 Août 2005 20:40, Reinhold Kainhofer a écrit : > It seems that gcc 4.0 is no longer initializing all members of a > struct, while gcc 3.3.x obviously did something like that. Then it's a gcc bug. when you write : Type1 func(...) { Type foo; } AFAIK either Type is a class, and then