Skip to content
Snippets Groups Projects
Commit 3bf5a70a authored by Kostyantyn Vorobyov's avatar Kostyantyn Vorobyov
Browse files

[e-acsl-gcc.sh] Fixed --rte=int option of e-acsl-gcc.sh

parent 7282d755
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ rte_options() {
opts="$opts -rte-mem"
;;
int) # integer overflows
intopts=""
intopts="-warn-signed-overflow -warn-unsigned-overflow"
;;
float) # casts from floating-point to integer
opts="$opts -rte-float-to-int"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment