Re: Bug involving derived template classes in G++ 3.4.3

2004-12-28 Thread John M Collins
On Tuesday 28 Dec 2004 20:27, Andrew Pinski wrote: > On Dec 28, 2004, at 3:26 PM, John M Collins wrote: > > Please "CC" me as I'm not subscribed. > > > > I have the following program segment (cutting down to bare minimum). > > This has > > worked previously with G++ 3.3.* and earlier. > > Read the

Re: Bug involving derived template classes in G++ 3.4.3

2004-12-28 Thread Andrew Pinski
On Dec 28, 2004, at 3:26 PM, John M Collins wrote: Please "CC" me as I'm not subscribed. I have the following program segment (cutting down to bare minimum). This has worked previously with G++ 3.3.* and earlier. Read the 3.4.0 release notes. Thanks, Andrew Pinski

Bug involving derived template classes in G++ 3.4.3

2004-12-28 Thread John M Collins
Please "CC" me as I'm not subscribed. I have the following program segment (cutting down to bare minimum). This has worked previously with G++ 3.3.* and earlier. Classes cut down to bare minimum obviously - the "real" ones made use of "X". class A { public: int field1; }; templat