Theo Buehler <[email protected]> wrote: > > security/pivy configure: cannot compute sizeof (int) > > A function call while compiled with -fzero-call-used-regs=all runs into > retguard. Downgrading to -fzero-call-used-regs=used makes it work.
this suggests that zero-call-used-regs is broken and touching a register it is not allowed to use. it probably needs to be disabled ENTIRELY, before it causes more problems elsewhere.
