Return-Path: Delivered-To: apmail-stdcxx-issues-archive@locus.apache.org Received: (qmail 66846 invoked from network); 23 Apr 2008 05:00:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Apr 2008 05:00:53 -0000 Received: (qmail 2455 invoked by uid 500); 23 Apr 2008 05:00:48 -0000 Delivered-To: apmail-stdcxx-issues-archive@stdcxx.apache.org Received: (qmail 2439 invoked by uid 500); 23 Apr 2008 05:00:48 -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 2424 invoked by uid 99); 23 Apr 2008 05:00:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Apr 2008 22:00:48 -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; Wed, 23 Apr 2008 05:00:03 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 702E6234C0F1 for ; Tue, 22 Apr 2008 21:57:21 -0700 (PDT) Message-ID: <1875270133.1208926641444.JavaMail.jira@brutus> Date: Tue, 22 Apr 2008 21:57:21 -0700 (PDT) From: "Martin Sebor (JIRA)" To: issues@stdcxx.apache.org Subject: [jira] Resolved: (STDCXX-890) [HP aCC 6] add __attribute__((noreturn)) In-Reply-To: <1247809334.1208926171737.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-890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor resolved STDCXX-890. --------------------------------- Resolution: Fixed Done with [r650742|http://svn.apache.org/viewvc?rev=650742&view=rev]. > [HP aCC 6] add __attribute__((noreturn)) > ---------------------------------------- > > Key: STDCXX-890 > URL: https://issues.apache.org/jira/browse/STDCXX-890 > Project: C++ Standard Library > Issue Type: Improvement > Components: Build > Affects Versions: 4.2.0 > Environment: aCC: HP aC++/ANSI C B3910B A.06.00 [Aug 25 2004] > Reporter: Martin Sebor > Assignee: Martin Sebor > Fix For: 4.2.1 > > Original Estimate: 1h > Remaining Estimate: 1h > > Like gcc, HP aCC 6 supports [{{\_\_attribute__((noreturn))}}|http://docs.hp.com/en/7730/newhelp0610/pragmas.htm#noreturn] to indicate to the optimizer that a function does not return. Making use of the attribute on the declaration of {{\_\_rw::__rw_assert_fail()}} will silence certain warnings and might improve generated code. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.