You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stdcxx.apache.org by "Martin Sebor (JIRA)" <ji...@apache.org> on 2006/08/14 20:29:14 UTC

[jira] Updated: (STDCXX-275) [HP aCC 3.70] ICE on ctor initializer while generating dependencies with +Maked -E

     [ http://issues.apache.org/jira/browse/STDCXX-275?page=all ]

Martin Sebor updated STDCXX-275:
--------------------------------

    Component/s: External
                     (was: Build)

> [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: External
>    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