I am trying to use Arm Compiler for Linux (version 22.1.0) instead of GCC (version 11.2.0) and I struggle to find the equivalent of GCC's compiler options, in particular -fbacktrace (but also -fcheck=bounds -ffpe-trap=invalid,zero,overflow, etc.)
Do such options exist?
Thank you for your answers Rich, I will give it a try