Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frama-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
frama-c
Commits
fb97658f
Commit
fb97658f
authored
8 years ago
by
Kostyantyn Vorobyov
Browse files
Options
Downloads
Patches
Plain Diff
Got rid of the int overflow option (merged with rte)
parent
701c62a0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/plugins/e-acsl/scripts/e-acsl-gcc.sh
+3
-8
3 additions, 8 deletions
src/plugins/e-acsl/scripts/e-acsl-gcc.sh
with
3 additions
and
8 deletions
src/plugins/e-acsl/scripts/e-acsl-gcc.sh
+
3
−
8
View file @
fb97658f
...
@@ -56,9 +56,8 @@ check_tool() {
...
@@ -56,9 +56,8 @@ check_tool() {
LONGOPTIONS
=
"help,compile,compile-only,print,debug:,ocode:,oexec:,verbose:,
LONGOPTIONS
=
"help,compile,compile-only,print,debug:,ocode:,oexec:,verbose:,
frama-c-only,extra-cpp-args:,frama-c-stdlib,full-mmodel,gmp,quiet,logfile:,
frama-c-only,extra-cpp-args:,frama-c-stdlib,full-mmodel,gmp,quiet,logfile:,
ld-flags:,cpp-flags:,frama-c-extra:,memory-model:,production,no-stdlib,
ld-flags:,cpp-flags:,frama-c-extra:,memory-model:,production,no-stdlib,
debug-log:,frama-c:,gcc:,e-acsl-share:,instrumented-only,rte,no-int-overflow,
debug-log:,frama-c:,gcc:,e-acsl-share:,instrumented-only,rte,oexec-e-acsl:"
oexec-e-acsl:"
SHORTOPTIONS
=
"h,c,C,p,d:,o:,O:,v:,f,E:,L,M,l:,e:,g,q,s:,F:,m:,P,N,D:,I:,G:,X,a"
SHORTOPTIONS
=
"i,h,c,C,p,d:,o:,O:,v:,f,E:,L,M,l:,e:,g,q,s:,F:,m:,P,N,D:,I:,G:,X,a"
# Prefix for an error message due to wrong arguments
# Prefix for an error message due to wrong arguments
ERROR
=
"ERROR parsing arguments:"
ERROR
=
"ERROR parsing arguments:"
...
@@ -307,11 +306,7 @@ do
...
@@ -307,11 +306,7 @@ do
;;
;;
--rte
|
-a
)
--rte
|
-a
)
shift
shift
OPTION_RTE
=
"-rte -rte-mem -rte-no-float-to-int"
OPTION_RTE
=
"-rte -rte-mem -rte-no-float-to-int -no-warn-signed-overflow -no-warn-unsigned-overflow"
;;
--no-int-overflow
|
-i
)
shift
FRAMAC_FLAGS
=
"-no-warn-signed-overflow -no-warn-unsigned-overflow
$FRAMAC_FLAGS
"
;;
;;
# A memory model (or models) to link against
# A memory model (or models) to link against
-m
|
--memory-model
)
-m
|
--memory-model
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment