[EXT_EP-10116] C++ header files do not build clean with --issue remarks Created: 17/Nov/20  Updated: 03/Mar/25

Status: On Hold
Project: Embedded Software & Tools
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Bug Priority: Medium
Reporter: TI User Assignee: TI User
Resolution: Unresolved Votes: 0
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Product: Code Generation Tools
Internal ID: CODEGEN-8377
Forum URL: https://e2e.ti.com/support/tools/ccs/f/81/t/956903
Found In Release: C2000_22.6.0.LTS
C2000_20.2.3.LTS
C2000_21.6.0.LTS
Affected Platform/Device: default

 Description   

Create a C++ file with these lines ...

#include <iostream>
int a;

Build it with remarks enabled ...

% cl2000 --issue_remarks file.cpp
"C:\ti\compilers\ti-cgt-c2000_20.2.2.LTS\include\stlport\s__cstddef.h", line 26: remark: zero used for undefined preprocessing identifier "__GNUC__"
"C:\ti\compilers\ti-cgt-c2000_20.2.2.LTS\include\new.stdh", line 93: remark: support for placement delete is disabled
"C:\ti\compilers\ti-cgt-c2000_20.2.2.LTS\include\new.stdh", line 101: remark: support for placement delete is disabled
"C:\ti\compilers\ti-cgt-c2000_20.2.2.LTS\include\new.stdh", line 122: remark: support for placement delete is disabled
"C:\ti\compilers\ti-cgt-c2000_20.2.2.LTS\include\new.stdh", line 135: remark: support for placement delete is disabled
"C:\ti\compilers\ti-cgt-c2000_20.2.2.LTS\include\stlport\s_type_traits.h", line 270: remark: access control not specified ("public" by default)
"C:\ti\compilers\ti-cgt-c2000_20.2.2.LTS\include\stlport\s_type_traits.h", line 291: remark: access control not specified ("public" by default)
"C:\ti\compilers\ti-cgt-c2000_20.2.2.LTS\include\stlport\s_type_traits.h", line 291: remark: access control not specified ("public" by default)
... AND MANY MORE ...

Generated at Wed Apr 02 06:20:17 CDT 2025 using Jira 9.12.17#9120017-sha1:aba4002bcd633f188b6a4bb5dd8a0e1f20b79ee4.