[C++ PATCH] Implement P0962

2018-03-21 Thread Ville Voutilainen
Tested on Linux-PPC64. 2018-03-22 Ville Voutilainen gcc/cp/ Implement P0962 * parser.c (cp_parser_perform_range_for_lookup): Change the condition for deciding whether to use members. testsuite/ Implement P0962 * g++.dg/cpp0x/range-for13.C: Adjust. diff --git a/gcc

Re: [C++ PATCH] Implement P0962

2018-03-22 Thread Jason Merrill
OK, thanks. On Wed, Mar 21, 2018 at 8:42 PM, Ville Voutilainen wrote: > Tested on Linux-PPC64. > > 2018-03-22 Ville Voutilainen > > gcc/cp/ > > Implement P0962 > * parser.c (cp_parser_perform_range_for_lookup): Change > the condition for deciding whether to use members. > >