From issues-return-1965-apmail-stdcxx-issues-archive=stdcxx.apache.org@stdcxx.apache.org Tue May 20 21:05:20 2008 Return-Path: Delivered-To: apmail-stdcxx-issues-archive@locus.apache.org Received: (qmail 45770 invoked from network); 20 May 2008 21:05:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 May 2008 21:05:20 -0000 Received: (qmail 50550 invoked by uid 500); 20 May 2008 21:05:20 -0000 Delivered-To: apmail-stdcxx-issues-archive@stdcxx.apache.org Received: (qmail 50534 invoked by uid 500); 20 May 2008 21:05:20 -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 50523 invoked by uid 99); 20 May 2008 21:05:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 May 2008 14:05:20 -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; Tue, 20 May 2008 21:04:34 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 924DC234C118 for ; Tue, 20 May 2008 14:04:55 -0700 (PDT) Message-ID: <2128396534.1211317495590.JavaMail.jira@brutus> Date: Tue, 20 May 2008 14:04:55 -0700 (PDT) From: "Martin Sebor (JIRA)" To: issues@stdcxx.apache.org Subject: [jira] Created: (STDCXX-941) [HP aCC 3] many warnings 887: Type T is smaller than type U, unwanted widening in value may result. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [HP aCC 3] many warnings 887: Type T is smaller than type U, unwanted widening in value may result. --------------------------------------------------------------------------------------------------- Key: STDCXX-941 URL: https://issues.apache.org/jira/browse/STDCXX-941 Project: C++ Standard Library Issue Type: Bug Components: 22. Localization Affects Versions: 4.2.1 Environment: aCC: HP ANSI C++ B3910B A.03.73 Reporter: Martin Sebor Assignee: Martin Sebor Fix For: 4.2.2 The following (complete useless) warning is pervasive in stdcxx 4.2.1 builds with aCC 3: {noformat} aCC -c -mt -I$(TOPDIR)/include -I$(BUILDDIR)/include -AA +O2 +DD64 +w +W392,655,684,818,819,849 +Z $(TOPDIR)/src/ctype.cpp Warning (suggestion) 887: "$(TOPDIR)/include/loc/_ctype.h", line 544 # Type 'unsigned int' is smaller than type 'unsigned long', unwanted widening in value may result. const _RWSTD_SIZE_T __inx = _RWSTD_STATIC_CAST (_RWSTD_UWCHAR_INT_T, __c); ^^^^^^^^^^^^^^^^^^ {noformat} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.