Return-Path: Delivered-To: apmail-stdcxx-issues-archive@locus.apache.org Received: (qmail 79007 invoked from network); 31 Mar 2008 13:36:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Mar 2008 13:36:47 -0000 Received: (qmail 26641 invoked by uid 500); 31 Mar 2008 13:36:46 -0000 Delivered-To: apmail-stdcxx-issues-archive@stdcxx.apache.org Received: (qmail 26628 invoked by uid 500); 31 Mar 2008 13:36:46 -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 26619 invoked by uid 99); 31 Mar 2008 13:36:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Mar 2008 06:36:46 -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; Mon, 31 Mar 2008 13:36:14 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 08CBF234C0AE for ; Mon, 31 Mar 2008 06:34:25 -0700 (PDT) Message-ID: <980436410.1206970465021.JavaMail.jira@brutus> Date: Mon, 31 Mar 2008 06:34:25 -0700 (PDT) From: "Scott (Yu) Zhong (JIRA)" To: issues@stdcxx.apache.org Subject: [jira] Updated: (STDCXX-782) [HP aCC 6.16] warning #20206-D: Out of bound access in 23.bitset.cpp In-Reply-To: <1210956388.1205781144245.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-782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott (Yu) Zhong updated STDCXX-782: ------------------------------------ Description: {noformat} aCC -c -mt -I/amd/devco/scottz/stdcxx/4.2.x/include -I/build/scottz/12d/include -I/amd/devco/scottz/stdcxx/4.2.x/tests/include -AA +O2 +DD64 +w +W392 +W655 +W684 +W818 +W819 +W849 +W2193 +W2236 +W2261 +W2340 +W2401 +W2487 +W4227 +W4229 +W4231 +W4235 +W4237 +W4249 +W4255 +W4272 +W4284 + W4285 +W4286 /amd/devco/scottz/stdcxx/4.2.x/tests/containers/23.bitset.cpp "/amd/devco/scottz/stdcxx/4.2.x/tests/containers/23.bitset.cpp", line 127, procedure test_operators: warning #20206-D: Out of bound access (In expression "memmove(&(&__tempVar_232)->bits_[30]+1 - (long long)(31 - n),&(&__tempVar_232)->bits_[(long long)(30 - n)]+1 - (long long)(31 - n),31 - n)", &(&__tempVar_232)->bits_[30]+1 - (long long)(31 - n) (type: char [32]) (defined by (&__tempVar_232)->bits_) has byte range [0 .. 31], writing byte range [0 .. 60].) {noformat} was: {no format} aCC -c -mt -I/amd/devco/scottz/stdcxx/4.2.x/include -I/build/scottz/12d/include -I/amd/devco/scottz/stdcxx/4.2.x/tests/include -AA +O2 +DD64 +w +W392 +W655 +W684 +W818 +W819 +W849 +W2193 +W2236 +W2261 +W2340 +W2401 +W2487 +W4227 +W4229 +W4231 +W4235 +W4237 +W4249 +W4255 +W4272 +W4284 + W4285 +W4286 /amd/devco/scottz/stdcxx/4.2.x/tests/containers/23.bitset.cpp "/amd/devco/scottz/stdcxx/4.2.x/tests/containers/23.bitset.cpp", line 127, procedure test_operators: warning #20206-D: Out of bound access (In expression "memmove(&(&__tempVar_232)->bits_[30]+1 - (long long)(31 - n),&(&__tempVar_232)->bits_[(long long)(30 - n)]+1 - (long long)(31 - n),31 - n)", &(&__tempVar_232)->bits_[30]+1 - (long long)(31 - n) (type: char [32]) (defined by (&__tempVar_232)->bits_) has byte range [0 .. 31], writing byte range [0 .. 60].) > [HP aCC 6.16] warning #20206-D: Out of bound access in 23.bitset.cpp > -------------------------------------------------------------------- > > Key: STDCXX-782 > URL: https://issues.apache.org/jira/browse/STDCXX-782 > Project: C++ Standard Library > Issue Type: Sub-task > Components: Tests > Affects Versions: 4.2.0 > Environment: $ uname -sr && aCC -V > HP-UX B.11.31 > aCC: HP C/aC++ B3910B A.06.16 [Nov 26 2007] > Reporter: Scott (Yu) Zhong > Fix For: 4.2.1 > > Original Estimate: 2h > Remaining Estimate: 2h > > {noformat} > aCC -c -mt -I/amd/devco/scottz/stdcxx/4.2.x/include -I/build/scottz/12d/include -I/amd/devco/scottz/stdcxx/4.2.x/tests/include -AA +O2 +DD64 > +w +W392 +W655 +W684 +W818 +W819 +W849 +W2193 +W2236 +W2261 +W2340 +W2401 +W2487 +W4227 +W4229 +W4231 +W4235 +W4237 +W4249 +W4255 +W4272 +W4284 + > W4285 +W4286 /amd/devco/scottz/stdcxx/4.2.x/tests/containers/23.bitset.cpp > "/amd/devco/scottz/stdcxx/4.2.x/tests/containers/23.bitset.cpp", line 127, procedure test_operators: warning #20206-D: Out of bound access (In expression "memmove(&(&__tempVar_232)->bits_[30]+1 - (long long)(31 - n),&(&__tempVar_232)->bits_[(long long)(30 - n)]+1 - (long long)(31 - n),31 - n)", &(&__tempVar_232)->bits_[30]+1 - (long long)(31 - n) (type: char [32]) (defined by (&__tempVar_232)->bits_) has byte range [0 .. 31], writing byte range [0 .. 60].) > {noformat} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.