[Bug c/88704] Accepts invalid program with [*] outside function prototype scope.

2019-12-02 Thread jsm28 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88704 Joseph S. Myers changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c/88704] Accepts invalid program with [*] outside function prototype scope.

2019-12-02 Thread jsm28 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88704 --- Comment #4 from Joseph S. Myers --- Author: jsm28 Date: Tue Dec 3 01:27:43 2019 New Revision: 278917 URL: https://gcc.gnu.org/viewcvs?rev=278917=gcc=rev Log: Diagnose use of [*] in old-style parameter definitions (PR c/88704). GCC wrongly

[Bug c/88704] Accepts invalid program with [*] outside function prototype scope.

2019-01-12 Thread anders.granlund.0 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88704 --- Comment #3 from Anders Granlund --- (In reply to Martin Sebor from comment #2) > Confirmed, although I'd be more inclined to invest energy into including > -Wstrict-prototypes in -Wall or -Wextra than into diagnosing the VLA in > K

[Bug c/88704] Accepts invalid program with [*] outside function prototype scope.

2019-01-12 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88704 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c/88704] Accepts invalid program with [*] outside function prototype scope.

2019-01-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88704 Richard Biener changed: What|Removed |Added Keywords||accepts-invalid --- Comment #1 from