On 02-04-2020 16:24, Pedro Alves wrote: > On 3/18/20 1:48 PM, Tom de Vries wrote: >> +set sources [list $srcfile $srcfile2] >> +set opts {debug optimize=-O2} >> +if { [prepare_for_testing "failed to prepare" ${testfile} $sources $opts] } { >> + return -1 >> +} > > Is that -O2 needed to force inlining? > > -O0 and __attribute__((always_inline)) would be better for that. > Ack, thanks for noticing, fixed in commit below, committed. - Tom