aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/yarpgen
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-07-28 00:30:06 +0200
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-07-28 00:30:06 +0200
commit760015df358d9695de3b9c3453b330eea525fff2 (patch)
treeb7768c5419c875c5a1d3f0fcfd64ac235c8721d8 /test/monniaux/yarpgen
parente8041d0dc9e2855068c7e0228b81f4231834a7c5 (diff)
downloadcompcert-kvx-760015df358d9695de3b9c3453b330eea525fff2.tar.gz
compcert-kvx-760015df358d9695de3b9c3453b330eea525fff2.zip
AUXR
Diffstat (limited to 'test/monniaux/yarpgen')
-rw-r--r--test/monniaux/yarpgen/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/test/monniaux/yarpgen/Makefile b/test/monniaux/yarpgen/Makefile
index 28bd5ae0..861a59d0 100644
--- a/test/monniaux/yarpgen/Makefile
+++ b/test/monniaux/yarpgen/Makefile
@@ -1,5 +1,6 @@
TARGET_CCOMP=../../../ccomp
-TARGET_CC=gcc
+TARGET_CC=kvx-cos-gcc
+EXECUTE=kvx-cluster --
all:
@@ -15,11 +16,11 @@ YARPGEN+=-m $(BITS)
CFLAGS+=-m$(BITS)
endif
-MAX=129
+MAX=19 # AUXR bug should be 129
PREFIX=ran%06.f
CCOMPOPTS=-static
-CCOMPFLAGS+=-funprototyped -fbitfields -fno-cse2 -stdlib ../../../runtime # FIXME
+CCOMPFLAGS+= -fduplicate 2 -fall-loads-nontrap -funprototyped -fbitfields -fno-cse2 -stdlib ../../../runtime # FIXME
TESTS_C=$(shell seq --format $(PREFIX)/func.c 1 $(MAX)) \
$(shell seq --format $(PREFIX)/driver.c 1 $(MAX)) \