https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83592

Manuel López-Ibáñez <manu at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |manu at gcc dot gnu.org

--- Comment #1 from Manuel López-Ibáñez <manu at gcc dot gnu.org> ---
This seems be a false positive, since int(*) can never be confused with a
function call.

Also, the text perhaps could explain the rational behind the warning:

warning: unnecessary parentheses in declaration of ‘type name’ may be confused
with a function call

With the text above, it becomes clear that the warning is a bug.

Reply via email to