OK, thanks.
Jason
Hi,
On 05/08/2011 12:51 PM, Paolo Carlini wrote:
@@ -5203,7 +5203,7 @@ reshape_init_r (tree type, reshape_iter *d, bool f
{
++d->cur;
gcc_assert (BRACE_ENCLOSED_INITIALIZER_P (init));
- return reshape_init (type, init);
+ return reshape_init (type
On 05/08/2011 12:51 PM, Paolo Carlini wrote:
@@ -5203,7 +5203,7 @@ reshape_init_r (tree type, reshape_iter *d, bool f
{
++d->cur;
gcc_assert (BRACE_ENCLOSED_INITIALIZER_P (init));
- return reshape_init (type, init);
+ return reshape_
Hi,
as far as I can see this is just another case where we want to pass down
more consistently the complain argument in order to avoid hard errors in
sfinae contexts. In particular, we don't want hard errors from
reshape_init itself (in order to fix 48737) and we want digest_init_r to
forward