From stdcxx-dev-return-1946-apmail-incubator-stdcxx-dev-archive=incubator.apache.org@incubator.apache.org Mon Aug 14 18:32:07 2006 Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 92320 invoked from network); 14 Aug 2006 18:32:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Aug 2006 18:32:07 -0000 Received: (qmail 83608 invoked by uid 500); 14 Aug 2006 18:32:07 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 83595 invoked by uid 500); 14 Aug 2006 18:32:07 -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 83584 invoked by uid 99); 14 Aug 2006 18:32:07 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Aug 2006 11:32:07 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Aug 2006 11:32:06 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D6EDD714283 for ; Mon, 14 Aug 2006 18:29:13 +0000 (GMT) Message-ID: <9960107.1155580153850.JavaMail.jira@brutus> Date: Mon, 14 Aug 2006 11:29:13 -0700 (PDT) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Created: (STDCXX-275) [HP aCC 3.70] ICE on ctor initializer while generating dependencies with +Maked -E MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [HP aCC 3.70] ICE on ctor initializer while generating dependencies with +Maked -E ---------------------------------------------------------------------------------- Key: STDCXX-275 URL: http://issues.apache.org/jira/browse/STDCXX-275 Project: C++ Standard Library Issue Type: Bug Components: Build Affects Versions: 4.1.3 Environment: HP aCC 3.70 Reporter: Martin Sebor Assigned To: Martin Sebor Priority: Critical Fix For: 4.2 $ cat t.cpp && aCC +Maked -E -V t.cpp struct S { S (): a (b < c ? 0 : new T [d]) { } }; aCC: HP ANSI C++ B3910B A.03.70 Signal 11 ( 0) 0x00297f64 sighandler__FiT1 + 0x134 [/amd/packages/mdx/hpux/compilers/hp/aCC370_11.23/opt/aCC/lbin/ctcom.pa20] ( 1) 0xc0213308 _sigreturn [/usr/lib/libc.2] ( 2) 0x0025d900 synthesize__15LibraryRoutinesF19LibraryRoutinesEnum + 0x7c [/amd/packages/mdx/hpux/compilers/hp/aCC370_11.23/opt/aCC/lbin/ctcom.pa20] ( 3) 0x000c1bac enter__15LibraryRoutinesF19LibraryRoutinesEnum + 0x10 [/amd/packages/mdx/hpux/compilers/hp/aCC370_11.23/opt/aCC/lbin/ctcom.pa20] ( 4) 0x001864d0 lookup__3MapF11StringTokenP11DeclarationRbQ2_3Map10LookupKindRC11DynamicListXTP4 + 0x168 [/amd/packages/mdx/hpux/compilers/hp/aCC370_11.23/opt/aCC/lbin/ctcom.pa20] ( 5) 0x001865dc find__3MapF11StringTokenP11DeclarationRbQ2_3Map10LookupKindRC11DynamicListXTP4No + 0x9c [/amd/packages/mdx/hpux/compilers/hp/aCC370_11.23/opt/aCC/lbin/ctcom.pa20] ( 6) 0x0019cf38 hasPointerToMemberComing__12PreprocessorFQ2_12Preprocessor8PTMStateP11Declaratio + 0x844 [/amd/packages/mdx/hpux/compilers/hp/aCC370_11.23/opt/aCC/lbin/ctcom.pa20] ( 7) 0x002088b4 isProbablyAnIdentifier__12PreprocessorFb + 0x54 [/amd/packages/mdx/hpux/compilers/hp/aCC370_11.23/opt/aCC/lbin/ctcom.pa20] ( 8) 0x001883fc resolveIdentifier__12PreprocessorFP12ScannerValue11StringToken + 0xbd4 [/amd/packages/mdx/hpux/compilers/hp/aCC370_11.23/opt/aCC/lbin/ctcom.pa20] ( 9) 0x001896f4 nextToken__12PreprocessorFP12ScannerValue + 0x210 [/amd/packages/mdx/hpux/compilers/hp/aCC370_11.23/opt/aCC/lbin/ctcom.pa20] (10) 0x000c6ea8 DoCompile__8CompilerFv + 0xd44 [/amd/packages/mdx/hpux/compilers/hp/aCC370_11.23/opt/aCC/lbin/ctcom.pa20] (11) 0x00280d00 DoCompile__8CompilerFP6Buffer + 0x34 [/amd/packages/mdx/hpux/compilers/hp/aCC370_11.23/opt/aCC/lbin/ctcom.pa20] (12) 0x002747c8 DoCompileFile__8CompilerFPc + 0x110 [/amd/packages/mdx/hpux/compilers/hp/aCC370_11.23/opt/aCC/lbin/ctcom.pa20] (13) 0x0026cc8c main + 0x404 [/amd/packages/mdx/hpux/compilers/hp/aCC370_11.23/opt/aCC/lbin/ctcom.pa20] (14) 0xc01459a8 _start + 0xc0 [/usr/lib/libc.2] (15) 0x001989d0 $START$ + 0x178 [/amd/packages/mdx/hpux/compilers/hp/aCC370_11.23/opt/aCC/lbin/ctcom.pa20] Error (system problem) 689: # Compiler received signal 11 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira