Changeset 0a19c51
- Timestamp:
- Sep 28, 2020, 2:02:23 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 8a71d8e
- Parents:
- 66812dd
- Location:
- tests
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/.expect/array.txt
r66812dd r0a19c51 1 1 array.cfa: In function '_X4mainFi___1': 2 2 array.cfa:54:9: note: #pragma message: Compiled 3 54 |4 | ^ -
tests/.expect/forall.txt
r66812dd r0a19c51 1 1 forall.cfa: In function '_X4mainFi___1': 2 2 forall.cfa:218:9: note: #pragma message: Compiled 3 218 |4 | ^ -
tests/.expect/identFuncDeclarator.txt
r66812dd r0a19c51 1 1 identFuncDeclarator.cfa: In function '_X4mainFi___1': 2 2 identFuncDeclarator.cfa:116:9: note: #pragma message: Compiled 3 116 |4 | ^ -
tests/.expect/labelledExit.txt
r66812dd r0a19c51 1 1 labelledExit.cfa: In function '_X4mainFi_iPPKc__1': 2 2 labelledExit.cfa:183:9: note: #pragma message: Compiled 3 183 |4 | ^ -
tests/.expect/limits.txt
r66812dd r0a19c51 1 1 limits.cfa: In function '_X4mainFi_iPPKc__1': 2 2 limits.cfa:151:9: note: #pragma message: Compiled 3 151 |4 | ^ -
tests/.expect/nested-types.txt
r66812dd r0a19c51 1 1 nested-types.cfa: In function '_X4mainFi___1': 2 2 nested-types.cfa:102:9: note: #pragma message: Compiled 3 102 |4 | ^ -
tests/.expect/numericConstants.txt
r66812dd r0a19c51 1 1 numericConstants.cfa: In function '_X4mainFi___1': 2 2 numericConstants.cfa:68:9: note: #pragma message: Compiled 3 68 |4 | ^ -
tests/.expect/stdincludes.txt
r66812dd r0a19c51 1 1 stdincludes.cfa: In function '_X4mainFi___1': 2 2 stdincludes.cfa:52:9: note: #pragma message: Compiled 3 52 |4 | ^ -
tests/.expect/switch.txt
r66812dd r0a19c51 1 1 switch.cfa: In function '_X4mainFi___1': 2 2 switch.cfa:105:9: note: #pragma message: Compiled 3 105 |4 | ^ -
tests/.expect/variableDeclarator.txt
r66812dd r0a19c51 1 1 variableDeclarator.cfa: In function '_X4mainFi_iPPKc__1': 2 2 variableDeclarator.cfa:182:9: note: #pragma message: Compiled 3 182 |4 | ^ -
tests/Makefile.am
r66812dd r0a19c51 40 40 -fdebug-prefix-map=$(abspath ${abs_srcdir})= \ 41 41 -fdebug-prefix-map=/tmp= \ 42 -fno-diagnostics-show-caret \ 42 43 -g \ 43 44 -Wall \ … … 52 53 53 54 # adjust CC to current flags 54 CC = $(if $(DISTCC_CFA_PATH),distcc $(DISTCC_CFA_PATH) ${ARCH_FLAGS},$(TARGET_CFA) ${DEBUG_FLAGS} ${ARCH_FLAGS})55 CC = LC_ALL=en_US.ascii $(if $(DISTCC_CFA_PATH),distcc $(DISTCC_CFA_PATH) ${ARCH_FLAGS},$(TARGET_CFA) ${DEBUG_FLAGS} ${ARCH_FLAGS}) 55 56 CFACC = $(CC) 56 57 -
tests/warnings/.expect/self-assignment.txt
r66812dd r0a19c51 26 26 warnings/self-assignment.cfa: In function '_X4mainFi___1': 27 27 warnings/self-assignment.cfa:36:9: note: #pragma message: Compiled 28 36 |29 | ^
Note: See TracChangeset
for help on using the changeset viewer.