Skip to content

AthExUnittest: Fix FPE test.

Scott Snyder requested to merge ssnyder/athena:fpe.AthExUnittest-20221118 into master

AthExAlgWithFPE is supposed to generate a FPE by division by zero. But for this to work reliably, we must be sure the compiler cannot see the division by zero at compile time. Move the actual division to a separate compilation unit.

Fixes test failure in AthenaConfiguration in the clang build.

Merge request reports