On 1/25/21 7:53 PM, Bernd Edlinger wrote: > see attached patch.txt. Oops, that patch.txt was incomplete. please find the correct patch here. > > It happens pretty reliably when you have a function that contains an error > handling that looks obvously "unlinkely" to the compiler, because it is guarded I meant, "obviously unlikely". > by an if-condition and calls abort(), while there are also code paths that > don't call about. The parts that call abort are then in a separate cold section. > > > Bernd. >