• The TASKING VX-toolset for TriCore allows for the use of abbreviated compiler/linker options (e.g., --io-s or --io in place of --io-streams). C++test does not currently support this ability, so complete forms of all compiler and linker switches are required.
  • Simple declarations that utilize the undocumented TASKING VX-toolset for TriCore C compiler extension related to declaring "arrays of voids" (i.e. the commonly used extern void some_identifier[];) are supported, but more complex declarations may not be analysed accurately.
  • C++11 (C++0x) language extensions are not supported in versions prior to 6.3.
  • No labels