This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/63591] be more strict when accepting parameter forward declarations


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

--- Comment #8 from Manuel LÃpez-IbÃÃez <manu at gcc dot gnu.org> ---
(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
> should probably be flagged as an error.

Indeed. Still someone has to implement it... Kjetil?

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]