Re: [C++ PATCH] Fix regression due to reshape_init being called multiple times (PR c++/69658)

2016-02-15 Thread Jason Merrill
OK, thanks. Jason

[C++ PATCH] Fix regression due to reshape_init being called multiple times (PR c++/69658)

2016-02-04 Thread Jakub Jelinek
Hi! As mentioned in the PR, it seems reshape_init isn't prepared to be called on the result of earlier reshape_init call, but since the recent Paolo's changes expand_default_init can call it the second time. The following patch attempts to narrow it down to the case where it has not been called