aboutsummaryrefslogtreecommitdiff
path: root/SingleSource/Regression/C/Makefile
blob: 1cc49737e4224adb6068b3de618b7dc3ad5a30c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
LEVEL = ../../..

ifeq ($(ARCH),x86)
ifdef USE_REFERENCE_OUTPUT
EXEC_XFAILS = casts
endif
endif

ifdef BENCHMARKING_ONLY
PROGRAMS_TO_SKIP += \
	2003-05-14-initialize-string \
	2003-05-21-BitfieldHandling \
	2003-05-21-UnionBitfields \
	2003-05-21-UnionTest \
	2003-05-22-LocalTypeTest \
	2003-05-22-VarSizeArray \
	2003-05-23-TransparentUnion \
	2003-06-16-InvalidInitializer \
	2003-06-16-VolatileError \
	2003-10-12-GlobalVarInitializers \
	2004-02-03-AggregateCopy \
	2004-03-15-IndirectGoto \
	2005-05-06-LongLongSignedShift \
	2008-01-07-LongDouble \
	badidx \
	bigstack \
	callargs \
	casts \
	compare \
	ConstructorDestructorAttributes \
	DuffsDevice \
	globalrefs \
	matrixTranspose \
	pointer_arithmetic \
	PR10189 \
	PR1386 \
	PR491 \
	PR640 \
	sumarray \
	sumarray2d \
	sumarraymalloc \
	test_indvars \
	testtrace
endif

include $(LEVEL)/SingleSource/Makefile.singlesrc