Re: C++ PATCHes to dependent template-id parsing

2017-07-06 Thread Jason Merrill
On Wed, Jun 28, 2017 at 3:38 PM, Jason Merrill wrote: > 81204 is a regression whereby previously we would accidentally get the > parsing of res.template set right because when we did the lookup in > the surrounding context, we found the function template and then > ignored it. This patch partiall

C++ PATCHes to dependent template-id parsing

2017-06-28 Thread Jason Merrill
81204 is a regression whereby previously we would accidentally get the parsing of res.template set right because when we did the lookup in the surrounding context, we found the function template and then ignored it. This patch partially reverts the handling of .template to how it was in GCC 6. Bu