aboutsummaryrefslogtreecommitdiffstats
path: root/test/regression/Makefile
diff options
context:
space:
mode:
authorCyril SIX <cyril.six@kalray.eu>2019-09-25 11:07:29 +0200
committerCyril SIX <cyril.six@kalray.eu>2019-09-25 11:07:29 +0200
commit798ea13f2e46ee4cea3c4950702109c823d8c053 (patch)
tree484da33fb4a8ad22bc1c43f04062f9414cb1de20 /test/regression/Makefile
parentd70a3ff650fcaa6f4247c4ae6173cd97a50eb00d (diff)
downloadcompcert-kvx-798ea13f2e46ee4cea3c4950702109c823d8c053.tar.gz
compcert-kvx-798ea13f2e46ee4cea3c4950702109c823d8c053.zip
varargs2 now work correctly (bis)
Diffstat (limited to 'test/regression/Makefile')
-rw-r--r--test/regression/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/regression/Makefile b/test/regression/Makefile
index 70c5f253..01f365e3 100644
--- a/test/regression/Makefile
+++ b/test/regression/Makefile
@@ -25,9 +25,7 @@ TESTS_COMP?=attribs1 bitfields1 bitfields2 bitfields3 bitfields4 \
varargs1 varargs2 varargs3 sections alias aligned\
packedstruct1 packedstruct2
-# varargs2 ---> bug in k1-cos-gcc
ifeq ($(ARCH),mppa_k1c)
- TESTS_COMP:=$(filter-out varargs2,$(TESTS_COMP))
TESTS_COMP:=$(filter-out packedstruct1,$(TESTS_COMP))
TESTS_COMP:=$(filter-out packedstruct2,$(TESTS_COMP))
endif