Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 31138 invoked from network); 2 Apr 2007 21:10:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Apr 2007 21:10:06 -0000 Received: (qmail 33108 invoked by uid 500); 2 Apr 2007 21:10:04 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 33077 invoked by uid 500); 2 Apr 2007 21:10:03 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 32973 invoked by uid 99); 2 Apr 2007 21:10:02 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Apr 2007 14:10:02 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Apr 2007 14:09:53 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7A5E1714073 for ; Mon, 2 Apr 2007 14:09:33 -0700 (PDT) Message-ID: <23452931.1175548173497.JavaMail.jira@brutus> Date: Mon, 2 Apr 2007 14:09:33 -0700 (PDT) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Assigned: (STDCXX-382) hHP aCC 3.76] many remarks #4296-D: arithmetic operation on boolean type from In-Reply-To: <12008753.1175548052498.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-382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor reassigned STDCXX-382: ----------------------------------- Assignee: Martin Sebor > hHP aCC 3.76] many remarks #4296-D: arithmetic operation on boolean type from > -------------------------------------------------------------------------------------- > > Key: STDCXX-382 > URL: https://issues.apache.org/jira/browse/STDCXX-382 > Project: C++ Standard Library > Issue Type: Bug > Components: 18. Language Support > Affects Versions: 4.1.3 > Environment: HP aCC 3.76 (beta) > Reporter: Martin Sebor > Assigned To: Martin Sebor > Priority: Minor > Fix For: 4.2 > > > $ cat t.cpp && gmake t > #include > int main () > { > } > aCC -c -I/amd/devco/sebor/stdcxx/include/ansi -I/usr/include -mt -I/amd/devco/sebor/stdcxx/include -I/build/sebor/aCC-3.76.b6-12D/include -I/amd/devco/sebor/stdcxx/../rwtest/include -I/amd/devco/sebor/stdcxx/tests/include -Aa +nostl +O2 +DD64 +w +W392 +W655 +W684 +W818 +W819 +W849 t.cpp > "/amd/devco/sebor/stdcxx/include/rw/_config.h", line 450: remark #2193-D: zero > used for undefined preprocessing identifier > #if _MSC_VER <= 1300 > ^ > "/amd/devco/sebor/stdcxx/include/rw/_defs.h", line 1584: remark #2193-D: zero > used for undefined preprocessing identifier > #elif 2 < __GNUG__ > ^ > "/amd/devco/sebor/stdcxx/include/limits", line 516: remark #4296-D: arithmetic > operation on boolean type > _RWSTD_SPECIALIZE_LIMITS (char, _RWSTD_CHAR) > ^ > "/amd/devco/sebor/stdcxx/include/limits", line 516: remark #4296-D: arithmetic > operation on boolean type > _RWSTD_SPECIALIZE_LIMITS (char, _RWSTD_CHAR) > ^ > "/amd/devco/sebor/stdcxx/include/limits", line 517: remark #4296-D: arithmetic > operation on boolean type > _RWSTD_SPECIALIZE_LIMITS (unsigned char, _RWSTD_UCHAR) > ^ > "/amd/devco/sebor/stdcxx/include/limits", line 517: remark #4296-D: arithmetic > operation on boolean type > _RWSTD_SPECIALIZE_LIMITS (unsigned char, _RWSTD_UCHAR) > ^ > "/amd/devco/sebor/stdcxx/include/limits", line 518: remark #4296-D: arithmetic > operation on boolean type > _RWSTD_SPECIALIZE_LIMITS (signed char, _RWSTD_SCHAR) > ^ > "/amd/devco/sebor/stdcxx/include/limits", line 518: remark #4296-D: arithmetic > operation on boolean type > _RWSTD_SPECIALIZE_LIMITS (signed char, _RWSTD_SCHAR) > ^ > "/amd/devco/sebor/stdcxx/include/limits", line 519: remark #4296-D: arithmetic > operation on boolean type > _RWSTD_SPECIALIZE_LIMITS (short int, _RWSTD_SHRT) > ^ > "/amd/devco/sebor/stdcxx/include/limits", line 519: remark #4296-D: arithmetic > operation on boolean type > _RWSTD_SPECIALIZE_LIMITS (short int, _RWSTD_SHRT) > ^ > "/amd/devco/sebor/stdcxx/include/limits", line 520: remark #4296-D: arithmetic > operation on boolean type > _RWSTD_SPECIALIZE_LIMITS (unsigned short, _RWSTD_USHRT) > ^ > "/amd/devco/sebor/stdcxx/include/limits", line 520: remark #4296-D: arithmetic > operation on boolean type > _RWSTD_SPECIALIZE_LIMITS (unsigned short, _RWSTD_USHRT) > ^ > "/amd/devco/sebor/stdcxx/include/limits", line 521: remark #4296-D: arithmetic > operation on boolean type > _RWSTD_SPECIALIZE_LIMITS (int, _RWSTD_INT) > ^ > "/amd/devco/sebor/stdcxx/include/limits", line 521: remark #4296-D: arithmetic > operation on boolean type > _RWSTD_SPECIALIZE_LIMITS (int, _RWSTD_INT) > ^ > "/amd/devco/sebor/stdcxx/include/limits", line 522: remark #4296-D: arithmetic > operation on boolean type > _RWSTD_SPECIALIZE_LIMITS (unsigned int, _RWSTD_UINT) > ^ > "/amd/devco/sebor/stdcxx/include/limits", line 522: remark #4296-D: arithmetic > operation on boolean type > _RWSTD_SPECIALIZE_LIMITS (unsigned int, _RWSTD_UINT) > ^ > "/amd/devco/sebor/stdcxx/include/limits", line 523: remark #4296-D: arithmetic > operation on boolean type > _RWSTD_SPECIALIZE_LIMITS (long int, _RWSTD_LONG) > ^ > "/amd/devco/sebor/stdcxx/include/limits", line 523: remark #4296-D: arithmetic > operation on boolean type > _RWSTD_SPECIALIZE_LIMITS (long int, _RWSTD_LONG) > ^ > "/amd/devco/sebor/stdcxx/include/limits", line 524: remark #4296-D: arithmetic > operation on boolean type > _RWSTD_SPECIALIZE_LIMITS (unsigned long int, _RWSTD_ULONG) > ^ > "/amd/devco/sebor/stdcxx/include/limits", line 524: remark #4296-D: arithmetic > operation on boolean type > _RWSTD_SPECIALIZE_LIMITS (unsigned long int, _RWSTD_ULONG) > ^ > "/amd/devco/sebor/stdcxx/include/limits", line 530: remark #4296-D: arithmetic > operation on boolean type > _RWSTD_SPECIALIZE_LIMITS (wchar_t, _RWSTD_WCHAR_T) > ^ > "/amd/devco/sebor/stdcxx/include/limits", line 530: remark #4296-D: arithmetic > operation on boolean type > _RWSTD_SPECIALIZE_LIMITS (wchar_t, _RWSTD_WCHAR_T) > ^ > "/amd/devco/sebor/stdcxx/include/limits", line 539: remark #4296-D: arithmetic > operation on boolean type > _RWSTD_SPECIALIZE_LIMITS (bool, _RWSTD_BOOL) > ^ > "/amd/devco/sebor/stdcxx/include/limits", line 539: remark #4296-D: arithmetic > operation on boolean type > _RWSTD_SPECIALIZE_LIMITS (bool, _RWSTD_BOOL) > ^ > "/amd/devco/sebor/stdcxx/include/limits", line 547: remark #4296-D: arithmetic > operation on boolean type > _RWSTD_SPECIALIZE_LIMITS (_RWSTD_LONG_LONG, _RWSTD_LLONG) > ^ > "/amd/devco/sebor/stdcxx/include/limits", line 547: remark #4296-D: arithmetic > operation on boolean type > _RWSTD_SPECIALIZE_LIMITS (_RWSTD_LONG_LONG, _RWSTD_LLONG) > ^ > "/amd/devco/sebor/stdcxx/include/limits", line 548: remark #4296-D: arithmetic > operation on boolean type > _RWSTD_SPECIALIZE_LIMITS (unsigned _RWSTD_LONG_LONG, _RWSTD_ULLONG) > ^ > "/amd/devco/sebor/stdcxx/include/limits", line 548: remark #4296-D: arithmetic > operation on boolean type > _RWSTD_SPECIALIZE_LIMITS (unsigned _RWSTD_LONG_LONG, _RWSTD_ULLONG) > ^ > "/amd/devco/sebor/stdcxx/include/limits", line 560: remark #2261-D: access > control not specified ("public" by default) > struct numeric_limits: numeric_limits<_TypeT> { }; > ^ > "/amd/devco/sebor/stdcxx/include/limits", line 563: remark #2261-D: access > control not specified ("public" by default) > struct numeric_limits: numeric_limits<_TypeT> { }; > ^ > "/amd/devco/sebor/stdcxx/include/limits", line 566: remark #2261-D: access > control not specified ("public" by default) > struct numeric_limits: numeric_limits<_TypeT> { }; > ^ > aCC t.o -o t -L/build/sebor/aCC-3.76.b6-12D/rwtest -lrwtest12D -Aa +nostl -Wl,+s -Wl,+vnocompatwarnings -mt +DD64 -L/build/sebor/aCC-3.76.b6-12D/lib -Wl,+b/build/sebor/aCC-3.76.b6-12D/lib:/build/sebor/aCC-3.76.b6-12D/rwtest -lstd12D -lm -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.