aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-07-10 18:21:22 +0200
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-07-10 18:21:22 +0200
commitfe7e30495c1690068e1df8aded85404299aaf329 (patch)
treead10a9c7c096d5ad05f99d4b0af16767aac278bd /test/monniaux
parent36d6c732567a10a893b502ab86f6b438fa5e0a8a (diff)
downloadcompcert-kvx-fe7e30495c1690068e1df8aded85404299aaf329.tar.gz
compcert-kvx-fe7e30495c1690068e1df8aded85404299aaf329.zip
proper ordering on calls etc. ?
Diffstat (limited to 'test/monniaux')
-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 8549e367..63582f96 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) -fduplicate 2 -fprepass -fallnontrap
+ALL_CCOMPFLAGS+=$(ALL_CFLAGS) -fduplicate 2 -fprepass -fall-loads-nontrap
# The compilers
KVX_CC?=kvx-cos-gcc