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

--- Comment #14 from qinzhao at gcc dot gnu.org ---
(In reply to Kees Cook from comment #13)
> Maybe the enum needs to also be expanded so that [0] can be distinguished
> from []?

I believe that the IR for real flexible array [] is different from [0], it's
already identified by the IR itself, no need for this enum to distinguish.

Reply via email to