Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx> writes: > Would make sense to steal the compiler version etc. details from my > <patch-1.1-7425b64c0a0-20220113T113821Z-avarab@xxxxxxxxx>. I.e. eventually > we'll be able to change this & other code back, as nobody will care > about that older compiler version. It worked before in the pre-image on > a more recent xlc. If so, wouldn't it be a better option not to worry about such an old compiler at all from the get-go? Even with an unnecessary "turn an array of structs into an array of pointers to structs", the resulting code becomes less natural to follow. And after all, this may be part of our tree but is not yet integrated with our system, no? Thanks.