aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/rules.mk
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-07-10 17:25:44 +0200
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-07-10 17:25:44 +0200
commit2ff09832c0c3a2c50d51ec90566ad74e093ab3da (patch)
tree2142b2552a8068b2764076e562fa2ee2107bf2b5 /test/monniaux/rules.mk
parent14886020bda9c5461d488ff316b95864f1e1789c (diff)
downloadcompcert-kvx-2ff09832c0c3a2c50d51ec90566ad74e093ab3da.tar.gz
compcert-kvx-2ff09832c0c3a2c50d51ec90566ad74e093ab3da.zip
trapping loads are irreversible
Diffstat (limited to 'test/monniaux/rules.mk')
-rw-r--r--test/monniaux/rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/monniaux/rules.mk b/test/monniaux/rules.mk
index 95d57f80..8549e367 100644
--- a/test/monniaux/rules.mk
+++ b/test/monniaux/rules.mk
@@ -21,7 +21,7 @@ MEASURES?=time
ALL_CFLAGS+=-Wall -D__KVX_COS__ -DMAX_MEASURES=$(MAX_MEASURES)
#ALL_CFLAGS+=-g
ALL_GCCFLAGS+=$(ALL_CFLAGS) -std=c99 -Wextra -Werror=implicit
-ALL_CCOMPFLAGS+=$(ALL_CFLAGS) -fprepass
+ALL_CCOMPFLAGS+=$(ALL_CFLAGS) -fduplicate 2 -fprepass -fallnontrap
# The compilers
KVX_CC?=kvx-cos-gcc