-
Bug
-
Resolution: Unresolved
-
Medium
-
Code Generation Tools
-
CODEGEN-8377
-
-
default
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 ...