Uploaded image for project: 'Embedded Software & Tools'
  1. Embedded Software & Tools
  2. EXT_EP-10116

C++ header files do not build clean with --issue remarks

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Medium Medium

      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 ...

            syncuser TI User
            syncuser TI User
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: