Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 15143 invoked from network); 8 Jun 2007 15:28:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Jun 2007 15:28:47 -0000 Received: (qmail 31810 invoked by uid 500); 8 Jun 2007 15:28:50 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 31800 invoked by uid 500); 8 Jun 2007 15:28:50 -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 31789 invoked by uid 99); 8 Jun 2007 15:28:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jun 2007 08:28:50 -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; Fri, 08 Jun 2007 08:28:46 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DCE6A71417D for ; Fri, 8 Jun 2007 08:28:25 -0700 (PDT) Message-ID: <6638319.1181316505872.JavaMail.jira@brutus> Date: Fri, 8 Jun 2007 08:28:25 -0700 (PDT) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Commented: (STDCXX-444) [HP-UX 11.31] trailing comma in an enum in In-Reply-To: <26637517.1181264008307.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-444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12502841 ] Martin Sebor commented on STDCXX-444: ------------------------------------- -------- Original Message -------- Subject: Re: trailing comma in an enum in stdlib.h on 11.31 Date: Thu, 7 Jun 2007 22:35:50 -0700 (PDT) From: Dennis Handly To: acxx@cup.hp.com, sebor@roguewave.com >From: Martin Sebor >We're seeing the warning below in our 11.31 builds. I'm sure this must >be fixed by now. Are we missing a patch? Why would you assume that? 11.31 only came in Feb and aCC6 suppresses all stinkin' warnings in system headers. ;-) Warning 921: "/usr/include/stdlib.h", line 606 # A trailing comma is not AR_ARENA_OPEN=0, /* open a session for obtaining memo This is CR JAGag39903: Warning 921 trailing comma in _dm_arena_request in stdlib.h It was only filed in May. > [HP-UX 11.31] trailing comma in an enum in > ----------------------------------------------------- > > Key: STDCXX-444 > URL: https://issues.apache.org/jira/browse/STDCXX-444 > Project: C++ Standard Library > Issue Type: Bug > Components: External > Environment: HP aCC 3.73/HP-UX 11.31 > Reporter: Martin Sebor > > -------- Original Message -------- > Subject: trailing comma in an enum in stdlib.h on 11.31 > Date: Thu, 07 Jun 2007 12:20:29 -0600 > From: Martin Sebor > Organization: Rogue Wave Software > To: acxx@cup.hp.com > Hi, > We're seeing the warning below in our 11.31 builds. I'm > sure this must be fixed by now. Are we missing a patch? > Thanks > Martin > $ uname -sr && cat t.c && aCC -V t.c > HP-UX B.11.31 > #include > int main () { } > aCC: HP ANSI C++ B3910B A.03.73 > Warning 921: "/usr/include/stdlib.h", line 606 # A trailing comma is not > allowed in an enumeration. > AR_ARENA_OPEN=0, /* open a session for obtaining memo > ^^^^^^^^^^^^^^^^^^^^^^^^^ > 92453-07 linker command s800.sgs ld PA64 B.11.58 REL 060929 > /usr/ccs/bin/ld: 92453-07 linker linker ld B.11.59.01 061205 > ac -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.