Part Number: C6000-CGT Tool/software: Compiler: C6000-CGT 8.3.13
This code gets miscompiled if no optimization settings are passed:
e.g. "cl6x.exe enumClass.cpp"
enum class A : unsigned short
{
A1 = 0xFFFFu
};
int test(A a)
{
…
Part Number: C6000-CGT Tool/software: Hello, In the following example, the struct does not contain the expected values after initialization. The 10th element is not correctly initialized. If I use float instead of double for e.g. var5, then the program…
Part Number: C6000-CGT Tool/software: The manual says that all v8.3.x versions of the c6000 compiler support C11, but I have the latest version as of today (8.3.13) and I can't select C11. It only goes as high as C99.
Part Number: C6000-CGT Tool/software: I am looking for the C6000 V8.1 compiler to use with an existing project. The online resources only have version 8.3.1. Is it possible to get a v8.1 download.
Part Number: C6000-CGT Tool/software: Hello,
I encountered some unexpected behavior in one of our products and was able to track the behavior down to an apparent compiler bug. After some trial and error, I was able to work the code into a minimal test…
Part Number: C6000-CGT Tool/software: We are using Code Composer Studio v6.1.3 and attempting to run the XDS 560 Pro Trace emulator. The error is "license cannot be acquired." I have ti_emupack_setup_5.1.636.0.exe which we used in the past but…
Part Number: C6000-CGT
Hi,
I'm facing an issue with dis6x.exe, when I try to run disassembler with a cpp object file it is giving the error as follows:
$ dis6x.exe --all rbRsp_AngleEstimation.cpp.obj
Disassembly of rbRsp_AngleEstimation.cpp.obj: …
Part Number: C6000-CGT Hello, The struct below is not initialized when using brace-initialization. This seems to be the same issue as reported here https://community.intel.com/t5/Intel-C-Compiler/Aggregate-initialization-bug-with-nested-struct/m-p/1271…
Part Number: C6000-CGT Hello, Below is a minimal example of a bug where a variable is set through a reference and then used in a function call. The set value is not used, rather the initial value is observed in the called function. In the call to
getResultCode…
I am looking for a Windows and Linux download of the C6000 CGT v7.4.8 since this is the version we Tool Qual'd. Currently we get this version from the CC Studio install and I am looking for the standalone CGT installer.