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. Jakub