edf-hpc / verrou

floating-point errors checker
https://edf-hpc.github.io/verrou/vr-manual.html
GNU General Public License v2.0
54 stars 13 forks source link

Simultaneous use of the --gen-exclude, --exclude and --rounding-mode command-line switches #2

Closed ffevotte closed 8 years ago

ffevotte commented 8 years ago

When simultaneously providing the --gen-exclude=GEN_LIST and --exclude=EXC_LIST command-line switches, it looks like verrou excludes EXC_LIST symbols from the list generated in GEN_LIST. However, EXC_LIST symbols are still instrumented (i.e. rounding-modes are perturbated if --rounding-mode=random is provided as well).

Is such a behavior intended? If so, the documentation should mention it.