From 760015df358d9695de3b9c3453b330eea525fff2 Mon Sep 17 00:00:00 2001 From: David Monniaux Date: Tue, 28 Jul 2020 00:30:06 +0200 Subject: AUXR --- test/monniaux/yarpgen/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'test/monniaux') 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)) \ -- cgit From 3a4e2750897b640d9e6be7a56091872525b5c375 Mon Sep 17 00:00:00 2001 From: David Monniaux Date: Tue, 28 Jul 2020 10:29:42 +0200 Subject: do not use all-loads-nontrap --- test/monniaux/yarpgen/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/monniaux') diff --git a/test/monniaux/yarpgen/Makefile b/test/monniaux/yarpgen/Makefile index 861a59d0..a72ca791 100644 --- a/test/monniaux/yarpgen/Makefile +++ b/test/monniaux/yarpgen/Makefile @@ -20,7 +20,7 @@ MAX=19 # AUXR bug should be 129 PREFIX=ran%06.f CCOMPOPTS=-static -CCOMPFLAGS+= -fduplicate 2 -fall-loads-nontrap -funprototyped -fbitfields -fno-cse2 -stdlib ../../../runtime # FIXME +CCOMPFLAGS+= -funprototyped -fbitfields -fno-cse2 -stdlib ../../../runtime TESTS_C=$(shell seq --format $(PREFIX)/func.c 1 $(MAX)) \ $(shell seq --format $(PREFIX)/driver.c 1 $(MAX)) \ -- cgit From a1c113c44d8f1c06f51f6692a50df831fb9747ad Mon Sep 17 00:00:00 2001 From: David Monniaux Date: Tue, 28 Jul 2020 11:05:53 +0200 Subject: rm mods for running tests --- test/monniaux/yarpgen/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/monniaux') diff --git a/test/monniaux/yarpgen/Makefile b/test/monniaux/yarpgen/Makefile index a72ca791..4b970abf 100644 --- a/test/monniaux/yarpgen/Makefile +++ b/test/monniaux/yarpgen/Makefile @@ -1,6 +1,6 @@ TARGET_CCOMP=../../../ccomp -TARGET_CC=kvx-cos-gcc -EXECUTE=kvx-cluster -- +#TARGET_CC=kvx-cos-gcc +#EXECUTE=kvx-cluster -- all: -- cgit From 1bb219c2df5f7b06227a2bddfc24721a372847ab Mon Sep 17 00:00:00 2001 From: David Monniaux Date: Tue, 28 Jul 2020 12:10:28 +0200 Subject: reinstate TARGET_CC --- test/monniaux/yarpgen/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/monniaux') diff --git a/test/monniaux/yarpgen/Makefile b/test/monniaux/yarpgen/Makefile index 4b970abf..c790d6e9 100644 --- a/test/monniaux/yarpgen/Makefile +++ b/test/monniaux/yarpgen/Makefile @@ -1,5 +1,5 @@ TARGET_CCOMP=../../../ccomp -#TARGET_CC=kvx-cos-gcc +TARGET_CC=gcc #EXECUTE=kvx-cluster -- all: -- cgit