https://gcc.gnu.org/bugzilla/show_bug.cgi?id=127202
Bug ID: 127202
Summary: ICE bus error
Product: gcc
Version: 16.2.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: niekb at scintilla dot utwente.nl
Target Milestone: ---
Crash on compiling libOTe
https://github.com/osu-crypto/libOTe
libOTe/Vole/Noisy/NoisyVoleSender.h:100:31: internal compiler error: Bus error
context of NoisyVoleSender.h:
99 template<typename FVec>
100 static task<> send(F delta, FVec& b, PRNG& _,
101 span<block> otMsg, Socket& chl, CoeffCtx ctx)
102 {