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

2014-10-19 Thread jsm28 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63591 Joseph S. Myers changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

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

2014-10-19 Thread manu at gcc dot gnu.org
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

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

2014-10-18 Thread sch...@linux-m68k.org
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.

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

2014-10-18 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63591 Manuel López-Ibáñez changed: What|Removed |Added Keywords||diagnostic Summary|No s