This is the mail archive of the gcc@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]

Re: Undefined behavior in genautomata.c?


Dave Korn <dave.korn@artimi.com> wrote:

>   Do you suppose the idiom is common enough that VRP could special-case
> "arrays of size 1 at the end of a struct" ?  And still obtain the benefits
> of the optimisation in 99.99% of all non-variable-length-tail-array cases?

It makes sense to me. We could special case "arrays of size 1 at the end of
the struct", and treat it as C99 flexible array members. Any other case
could simply be considered broken.
-- 
Giovanni Bajo


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