[Bug c/92571] gcc erroneously rejects , operator in array dimensions as syntax error

2019-11-18 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92571 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org,

[Bug c/92571] gcc erroneously rejects , operator in array dimensions as syntax error

2019-11-18 Thread bugdal at aerifal dot cx
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92571 Rich Felker changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c/92571] gcc erroneously rejects , operator in array dimensions as syntax error

2019-11-18 Thread bugdal at aerifal dot cx
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92571 --- Comment #1 from Rich Felker --- Note that I put it in a function just because VLA is invalid at file scope, and I wanted to be clear that this bug is independent of the invalidity of VLA at file scope.