[HP aCC 6.16] remark #4300: Overflow while computing constant in left shift
operation
-------------------------------------------------------------------------------------
Key: STDCXX-814
URL: https://issues.apache.org/jira/browse/STDCXX-814
Project: C++ Standard Library
Issue Type: Sub-task
Components: Build
Affects Versions: 4.2.0
Environment: aCC: HP C/aC++ B3910B A.06.16 [Nov 26 2007]
Reporter: Martin Sebor
Assignee: Martin Sebor
Priority: Minor
Fix For: 4.2.1
At least 45 of these remarks originate in the library sources and headers:
{noformat}
$ gunzip -c hpux-11.31-ia64-acc-6.16-12d-641116-log.gz | grep "remark #4300-D:"
| grep -e "TOPDIR)/src/" -e "TOPDIR)/include" | sed "s/\(^.*\): remark.*/\1/" |
tee | wc -l
45
{noformat}
The list of the distinct origins of the warning in library headers and sources
is below:
{noformat}
$ gunzip -c hpux-11.31-ia64-acc-6.16-12d-641116-log.gz | grep "remark #4300-D:"
| grep -e "TOPDIR)/src/" -e "TOPDIR)/include" | sed "s/\(^.*\): remark.*/\1/" |
sort | uniq
"$(TOPDIR)/include/iomanip", line 90
"$(TOPDIR)/include/loc/_num_get.cc", line 493
"$(TOPDIR)/src/ios.cpp", line 104
"$(TOPDIR)/src/ios.cpp", line 109
"$(TOPDIR)/src/ios.cpp", line 114
"$(TOPDIR)/src/ios.cpp", line 119
{noformat}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.