Details
-
Sub-task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
4.1.4
-
None
-
aCC: HP C/aC++ B3910B A.06.16 [Nov 26 2007]
Description
There are close to 600 of these remarks in recent builds with aCC 6 but only 21 in the library headers or sources:
$ log=hpux-11.31-ia64-acc-6.16-12D-648508-log.gz; \ gunzip -c $log | grep -e "remark #4271-D" | wc -l \ && gunzip -c $log | grep -e "(TOPDIR)/src/.*\.cpp\", .* remark #4271-D" \ -e "(TOPDIR)/include/.* remark #4271-D" | wc -l 699 21
Here's a list of those in the library that should be silenced for 4.2.1:
$ log=hpux-11.31-ia64-acc-6.16-12D-648508-log.gz; \ gunzip -c $log | grep -e "(TOPDIR)/src/.*\.cpp\", .* remark #4271-D" \ -e "(TOPDIR)/include/.* remark #4271-D" "$(TOPDIR)/src/collate.cpp", line 870: remark #4271-D: type conversion may lose sign "$(TOPDIR)/src/collate.cpp", line 1044: remark #4271-D: type conversion may lose sign "$(TOPDIR)/src/facet.cpp", line 215: remark #4271-D: type conversion may lose sign "$(TOPDIR)/src/facet.cpp", line 226: remark #4271-D: type conversion may lose sign "$(TOPDIR)/src/facet.cpp", line 281: remark #4271-D: type conversion may lose sign "$(TOPDIR)/src/locale_combine.cpp", line 547: remark #4271-D: type conversion may lose sign "$(TOPDIR)/src/locale_core.cpp", line 147: remark #4271-D: type conversion may lose sign "$(TOPDIR)/src/locale_name.cpp", line 86: remark #4271-D: type conversion may lose sign "$(TOPDIR)/src/num_put.cpp", line 558: remark #4271-D: type conversion may lose sign "$(TOPDIR)/include/algorithm", line 82: remark #4271-D: type conversion may lose sign "$(TOPDIR)/include/string", line 615: remark #4271-D: type conversion may lose sign "$(TOPDIR)/include/string", line 615: remark #4271-D: type conversion may lose sign "$(TOPDIR)/include/string", line 615: remark #4271-D: type conversion may lose sign "$(TOPDIR)/include/string", line 615: remark #4271-D: type conversion may lose sign "$(TOPDIR)/include/string", line 615: remark #4271-D: type conversion may lose sign "$(TOPDIR)/include/string", line 615: remark #4271-D: type conversion may lose sign "$(TOPDIR)/include/string", line 615: remark #4271-D: type conversion may lose sign "$(TOPDIR)/include/string.cc", line 645: remark #4271-D: type conversion may lose sign "$(TOPDIR)/include/string.cc", line 660: remark #4271-D: type conversion may lose sign "$(TOPDIR)/include/string.cc", line 549: remark #4271-D: type conversion may lose sign "$(TOPDIR)/include/algorithm.cc", line 612: remark #4271-D: type conversion may lose sign