We are using CCS Version: 10.1.1.00004 and compiler version 20.2.4.LTS, The following compiler issues are unable reproduce,
CODEGEN-962 Should accept 2-operand SUB SP in Thumb1/UAL mode.
Observation: SUB SP, SP, #0x1004 is working as expected.
CODEGEN-927 Should accept 2-operand add in ARM mode.
Observation: ADD R1, R1, #0x1004 is working as expected.
CODEGEN-753 Warning generated when using __curpc intrinsic on Thumb 2.
Observation: No warning generated.
CODEGEN-104 Linker gives misleading warning when dot expressions used in SECTION directive for .stack section.
Observation: No warning generated.
CODEGEN-56 Forward reference in .space generates an internal error.
Observation: No internal error generated.