Astrée is a parametric Abstract Interpretation based static analyser that aims at proving the absence of RTE (Run-Time Errors)
in control programs written in C. Such properties are clearly safety properties since the behaviour of a C program is undefined
after a RTE. When it analyses a program of the class for which it is specialised, Astrée is far more precise than general
purpose static analysers. Nevertheless, for safety and industrial reasons, the small number of false alarms first produced
by the tool must be reduced down to zero by a new fine tuned analysis. Through the description of experiments made on real
programs, the paper shows how Abstract Interpretation based static analysis will contribute to the safety of avionics programs
and how a user from industry can achieve the false alarm reduction process via a dedicated method.
Keywords avionics software - safety - verification - Abstract Interpretation - static analysis - run-time errors - Astrée