https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63591
Joseph S. Myers changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63591
--- Comment #8 from Manuel López-Ibáñez ---
(In reply to Andreas Schwab from comment #7)
> A function declaration with forward declared parameters it is a prototype,
> sort of. Not defining the forward declared parameter as a real parameter
> sh
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63591
--- Comment #7 from Andreas Schwab ---
A function declaration with forward declared parameters it is a prototype, sort
of. Not defining the forward declared parameter as a real parameter should
probably be flagged as an error.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63591
Manuel López-Ibáñez changed:
What|Removed |Added
Keywords||diagnostic
Summary|No s