Return-Path: Delivered-To: apmail-stdcxx-issues-archive@locus.apache.org Received: (qmail 41556 invoked from network); 17 Apr 2008 09:40:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Apr 2008 09:40:31 -0000 Received: (qmail 94622 invoked by uid 500); 17 Apr 2008 09:40:32 -0000 Delivered-To: apmail-stdcxx-issues-archive@stdcxx.apache.org Received: (qmail 94600 invoked by uid 500); 17 Apr 2008 09:40:32 -0000 Mailing-List: contact issues-help@stdcxx.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stdcxx.apache.org Delivered-To: mailing list issues@stdcxx.apache.org Received: (qmail 94589 invoked by uid 99); 17 Apr 2008 09:40:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Apr 2008 02:40:32 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Apr 2008 09:39:48 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 97B37234C0D6 for ; Thu, 17 Apr 2008 02:37:21 -0700 (PDT) Message-ID: <430768367.1208425041619.JavaMail.jira@brutus> Date: Thu, 17 Apr 2008 02:37:21 -0700 (PDT) From: "Farid Zaripov (JIRA)" To: issues@stdcxx.apache.org Subject: [jira] Commented: (STDCXX-814) [HP aCC 6.16] remark #4300: Overflow while computing constant in left shift operation In-Reply-To: <2047160353.1206982944197.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/STDCXX-814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12589899#action_12589899 ] Farid Zaripov commented on STDCXX-814: -------------------------------------- Merged in 4.2.x branch thus: http://svn.apache.org/viewvc?view=rev&revision=648752 > [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 > > Original Estimate: 1h > Time Spent: 1h > Remaining Estimate: 0h > > 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.