Re: [C++ Patch] PR 51184

2012-05-21 Thread Jason Merrill
OK. Jason

[C++ Patch] PR 51184

2012-05-21 Thread Paolo Carlini
Hi, a simple diagnostic issue: we aren't diagnosing functions returning abstract class types as typenames. In grokdeclarator we already have a place where we do such checks on the return types, and I'm adding this one too, with the following details: 1- I'm not immediately returning with er