Return-Path: Delivered-To: apmail-stdcxx-dev-archive@www.apache.org Received: (qmail 90586 invoked from network); 16 May 2008 23:22:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 May 2008 23:22:54 -0000 Received: (qmail 33952 invoked by uid 500); 16 May 2008 23:22:56 -0000 Delivered-To: apmail-stdcxx-dev-archive@stdcxx.apache.org Received: (qmail 33935 invoked by uid 500); 16 May 2008 23:22:56 -0000 Mailing-List: contact dev-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 dev@stdcxx.apache.org Received: (qmail 33924 invoked by uid 99); 16 May 2008 23:22:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 May 2008 16:22:56 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [208.30.140.160] (HELO moroha.roguewave.com) (208.30.140.160) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 May 2008 23:22:04 +0000 Received: from exchmail01.Blue.Roguewave.Com (exchmail01.blue.roguewave.com [10.22.129.22]) by moroha.roguewave.com (8.13.6/8.13.6) with ESMTP id m4GNMOWc029781 for ; Fri, 16 May 2008 23:22:24 GMT X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Subject: RE: [jira] Resolved: (STDCXX-938) [aCC 363/HP 11.11] SEGV in 22.locale.*.mt Date: Fri, 16 May 2008 17:22:28 -0600 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [jira] Resolved: (STDCXX-938) [aCC 363/HP 11.11] SEGV in 22.locale.*.mt Thread-Index: Aci3qUhyqx5rUtlDRT6g/IbIiaqNkQAAjsaA References: <1558644366.1210973275764.JavaMail.jira@brutus> <482DFD52.7080006@roguewave.com> <482E12E6.1040605@roguewave.com> From: "Travis Vitek" To: X-Virus-Checked: Checked by ClamAV on apache.org =20 >Martin Sebor wrote: > >Travis Vitek wrote: >> =20 >>=20 >>> Martin Sebor wrote: >>> >>> Travis Vitek (JIRA) wrote: >>> [...] >>>>> I've reduced the problem to the following testcase... >>> I haven't looked at it very closely -- is this a compiler bug? >>> >>> Martin >>> >>=20 >> It believe it is. I'm filing an external bug right now for that. > >Cool. FYI, I played with it a little and here's what I reduced >it to: > > extern "C" typedef void F (int); > extern "C" void bar (int) { } > > int main () { > F* const f =3D (F*)-2; > return f =3D=3D bar; > } > I've arrived at nearly the same testcase. I was able to omit the C linkage stuff. Filed as STDCXX-939. >I sent the test case to HP. > Thanks! >Martin >