Re: Issue with CRTP generation under 4.8.1

2014-02-14 Thread Jonathan Wakely
On 14 February 2014 07:46, Andrew Stern wrote: > I created a CRTP (Curiously recurring template pattern) > and added non-static member variables to my base class and that works without > issue. This mailing list is for development of GCC, not for bug reports or help using it. I would suggest the

Issue with CRTP generation under 4.8.1

2014-02-14 Thread Andrew Stern
I created a CRTP (Curiously recurring template pattern) and added non-static member variables to my base class and that works without issue.  But when I add non-static variables to the subclass instance the initialization and values for the variables in this class don't get initialized properly and