On 10/04/2017 08:17 PM, Eric Gallager wrote:
On Tue, Oct 3, 2017 at 1:08 PM, Nathan Sidwell <nat...@acm.org> wrote:
[non-c++ people on CC, there's a reason ...]

This patch adds a new warning, concerning unnecessary parentheses on a
declaration.  For instance:
    prettyprinter (pp);


Could you check and see if this fixes any of the preexisting
currently-open bugs related to most-vexing-parse (or similar) warnings
on Bugzilla? For example:

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64679
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25814
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69855

Sadly no. But, 69855 appears to already have been fixed -- perhaps by my namespace lookup changes earlier this year?

nathan

--
Nathan Sidwell

Reply via email to