On Thu, Jun 19, 2014 at 07:47:54PM +0200, Jakub Jelinek wrote: > On Thu, Jun 19, 2014 at 04:56:53PM +0200, Marek Polacek wrote: > > + /* Don't instrument this FMA-like array in non-strict > > Also, please don't use FMA to mean flexible member array, it is > flexible array member, but more importantly, FMA is used for fused > multiply-add, so IMHO it is better to spell it without acronym.
Just for the record, I've fixed this up in some earlier patch. Marek