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/03/02 20:36:51 UTC

[jira] Created: (STDCXX-159) [XLC++ 8.0/AIX] ICE while optimizing ti_insert_int.cpp

[XLC++ 8.0/AIX] ICE while optimizing ti_insert_int.cpp
------------------------------------------------------

         Key: STDCXX-159
         URL: http://issues.apache.org/jira/browse/STDCXX-159
     Project: C++ Standard Library
        Type: Bug
  Components: Build  
    Versions: 4.1.3    
 Environment: $ uname -srv && xlCcore -qversion
AIX 3 5
IBM XL C/C++ Enterprise Edition V8.0 for AIX  
Version: 08.00.0000.0000 
    Reporter: Martin Sebor
 Assigned to: Martin Sebor 
     Fix For: 4.1.4


Reported to IBM in PMR 02237,K78,000:

$ nice gmake BUILDTYPE=8d BUILDDIR=/build/sebor/xlc-8.0-8d 
GNUmakefile:283: "CONFIG not specified, using vacpp.config"
creating BUILDDIR=/build/sebor/xlc-8.0-8d
generating /build/sebor/xlc-8.0-8d/makefile.in from /build/sebor/dev/stdlib/etc/config/vacpp.config
gmake[1]: Entering directory `/build/sebor/xlc-8.0-8d'
gmake[2]: Entering directory `/build/sebor/xlc-8.0-8d/include'
gmake config
gmake[3]: Entering directory `/build/sebor/xlc-8.0-8d/include'

configuring for xlCcore-for on aix-5.3

checking if compiler is sane                       ok
checking if linker is sane                         ok
checking if run environment is sane                ok
checking system architecture                       ILP32 big endian
...
gmake[2]: Leaving directory `/build/sebor/xlc-8.0-8d/lib'
gmake[2]: Entering directory `/build/sebor/xlc-8.0-8d/lib'
...
xlCcore -c -I/build/sebor/dev/stdlib/include/ansi    -D_RWSTD_USE_CONFIG -I/build/sebor/xlc-8.0-8d/include -I/build/sebor/dev/stdlib/include  -O -qinline  -qtemplateregistry=repository.ti    /build/sebor/dev/stdlib/src/ti_insert_int.cpp
/nfs/packages/mdx/aix/compilers/5.3.0/va80/root/usr/vacpp/bin/.orig/xlCcore: 1501-230 Internal compiler error; please contact your Service Representative
gmake[2]: *** [ti_insert_int.o] Error 40
gmake[2]: Leaving directory `/build/sebor/xlc-8.0-8d/lib'
gmake[1]: *** [lib] Error 2
gmake[1]: Leaving directory `/build/sebor/xlc-8.0-8d'
gmake: *** [libstd] Error 2

-- 
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


[jira] Resolved: (STDCXX-159) [XLC++ 8.0/AIX] ICE while optimizing ti_insert_int.cpp

Posted by "Martin Sebor (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/STDCXX-159?page=all ]
     
Martin Sebor resolved STDCXX-159:
---------------------------------

    Resolution: Fixed

Resolved by the referenced change.

> [XLC++ 8.0/AIX] ICE while optimizing ti_insert_int.cpp
> ------------------------------------------------------
>
>          Key: STDCXX-159
>          URL: http://issues.apache.org/jira/browse/STDCXX-159
>      Project: C++ Standard Library
>         Type: Bug

>   Components: Build
>     Versions: 4.1.3
>  Environment: $ uname -srv && xlCcore -qversion
> AIX 3 5
> IBM XL C/C++ Enterprise Edition V8.0 for AIX  
> Version: 08.00.0000.0000 
>     Reporter: Martin Sebor
>     Assignee: Martin Sebor
>      Fix For: 4.1.4

>
> Reported to IBM in PMR 02237,K78,000:
> $ nice gmake BUILDTYPE=8d BUILDDIR=/build/sebor/xlc-8.0-8d 
> GNUmakefile:283: "CONFIG not specified, using vacpp.config"
> creating BUILDDIR=/build/sebor/xlc-8.0-8d
> generating /build/sebor/xlc-8.0-8d/makefile.in from /build/sebor/dev/stdlib/etc/config/vacpp.config
> gmake[1]: Entering directory `/build/sebor/xlc-8.0-8d'
> gmake[2]: Entering directory `/build/sebor/xlc-8.0-8d/include'
> gmake config
> gmake[3]: Entering directory `/build/sebor/xlc-8.0-8d/include'
> configuring for xlCcore-for on aix-5.3
> checking if compiler is sane                       ok
> checking if linker is sane                         ok
> checking if run environment is sane                ok
> checking system architecture                       ILP32 big endian
> ...
> gmake[2]: Leaving directory `/build/sebor/xlc-8.0-8d/lib'
> gmake[2]: Entering directory `/build/sebor/xlc-8.0-8d/lib'
> ...
> xlCcore -c -I/build/sebor/dev/stdlib/include/ansi    -D_RWSTD_USE_CONFIG -I/build/sebor/xlc-8.0-8d/include -I/build/sebor/dev/stdlib/include  -O -qinline  -qtemplateregistry=repository.ti    /build/sebor/dev/stdlib/src/ti_insert_int.cpp
> /nfs/packages/mdx/aix/compilers/5.3.0/va80/root/usr/vacpp/bin/.orig/xlCcore: 1501-230 Internal compiler error; please contact your Service Representative
> gmake[2]: *** [ti_insert_int.o] Error 40
> gmake[2]: Leaving directory `/build/sebor/xlc-8.0-8d/lib'
> gmake[1]: *** [lib] Error 2
> gmake[1]: Leaving directory `/build/sebor/xlc-8.0-8d'
> gmake: *** [libstd] Error 2

-- 
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


[jira] Commented: (STDCXX-159) [XLC++ 8.0/AIX] ICE while optimizing ti_insert_int.cpp

Posted by "Martin Sebor (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/STDCXX-159?page=comments#action_12414256 ] 

Martin Sebor commented on STDCXX-159:
-------------------------------------

Reported to IBM in PMR 02245. A patch for the compiler bug is targeted for August 2006.

> [XLC++ 8.0/AIX] ICE while optimizing ti_insert_int.cpp
> ------------------------------------------------------
>
>          Key: STDCXX-159
>          URL: http://issues.apache.org/jira/browse/STDCXX-159
>      Project: C++ Standard Library
>         Type: Bug

>   Components: Build
>     Versions: 4.1.3
>  Environment: $ uname -srv && xlCcore -qversion
> AIX 3 5
> IBM XL C/C++ Enterprise Edition V8.0 for AIX  
> Version: 08.00.0000.0000 
>     Reporter: Martin Sebor
>     Assignee: Martin Sebor
>      Fix For: 4.1.4

>
> Reported to IBM in PMR 02237,K78,000:
> $ nice gmake BUILDTYPE=8d BUILDDIR=/build/sebor/xlc-8.0-8d 
> GNUmakefile:283: "CONFIG not specified, using vacpp.config"
> creating BUILDDIR=/build/sebor/xlc-8.0-8d
> generating /build/sebor/xlc-8.0-8d/makefile.in from /build/sebor/dev/stdlib/etc/config/vacpp.config
> gmake[1]: Entering directory `/build/sebor/xlc-8.0-8d'
> gmake[2]: Entering directory `/build/sebor/xlc-8.0-8d/include'
> gmake config
> gmake[3]: Entering directory `/build/sebor/xlc-8.0-8d/include'
> configuring for xlCcore-for on aix-5.3
> checking if compiler is sane                       ok
> checking if linker is sane                         ok
> checking if run environment is sane                ok
> checking system architecture                       ILP32 big endian
> ...
> gmake[2]: Leaving directory `/build/sebor/xlc-8.0-8d/lib'
> gmake[2]: Entering directory `/build/sebor/xlc-8.0-8d/lib'
> ...
> xlCcore -c -I/build/sebor/dev/stdlib/include/ansi    -D_RWSTD_USE_CONFIG -I/build/sebor/xlc-8.0-8d/include -I/build/sebor/dev/stdlib/include  -O -qinline  -qtemplateregistry=repository.ti    /build/sebor/dev/stdlib/src/ti_insert_int.cpp
> /nfs/packages/mdx/aix/compilers/5.3.0/va80/root/usr/vacpp/bin/.orig/xlCcore: 1501-230 Internal compiler error; please contact your Service Representative
> gmake[2]: *** [ti_insert_int.o] Error 40
> gmake[2]: Leaving directory `/build/sebor/xlc-8.0-8d/lib'
> gmake[1]: *** [lib] Error 2
> gmake[1]: Leaving directory `/build/sebor/xlc-8.0-8d'
> gmake: *** [libstd] Error 2

-- 
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


[jira] Commented: (STDCXX-159) [XLC++ 8.0/AIX] ICE while optimizing ti_insert_int.cpp

Posted by "Martin Sebor (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/STDCXX-159?page=comments#action_12368582 ] 

Martin Sebor commented on STDCXX-159:
-------------------------------------

The following sources all fail with the same error: ti_insert_int.cpp, ti_insert_ptr.cpp, ti_istream.cpp, ti_ostream.cpp, ti_winsert_int.cpp, ti_winsert_ptr.cpp, ti_wistream.cpp, ti_wostream.cpp.

> [XLC++ 8.0/AIX] ICE while optimizing ti_insert_int.cpp
> ------------------------------------------------------
>
>          Key: STDCXX-159
>          URL: http://issues.apache.org/jira/browse/STDCXX-159
>      Project: C++ Standard Library
>         Type: Bug
>   Components: Build
>     Versions: 4.1.3
>  Environment: $ uname -srv && xlCcore -qversion
> AIX 3 5
> IBM XL C/C++ Enterprise Edition V8.0 for AIX  
> Version: 08.00.0000.0000 
>     Reporter: Martin Sebor
>     Assignee: Martin Sebor
>      Fix For: 4.1.4

>
> Reported to IBM in PMR 02237,K78,000:
> $ nice gmake BUILDTYPE=8d BUILDDIR=/build/sebor/xlc-8.0-8d 
> GNUmakefile:283: "CONFIG not specified, using vacpp.config"
> creating BUILDDIR=/build/sebor/xlc-8.0-8d
> generating /build/sebor/xlc-8.0-8d/makefile.in from /build/sebor/dev/stdlib/etc/config/vacpp.config
> gmake[1]: Entering directory `/build/sebor/xlc-8.0-8d'
> gmake[2]: Entering directory `/build/sebor/xlc-8.0-8d/include'
> gmake config
> gmake[3]: Entering directory `/build/sebor/xlc-8.0-8d/include'
> configuring for xlCcore-for on aix-5.3
> checking if compiler is sane                       ok
> checking if linker is sane                         ok
> checking if run environment is sane                ok
> checking system architecture                       ILP32 big endian
> ...
> gmake[2]: Leaving directory `/build/sebor/xlc-8.0-8d/lib'
> gmake[2]: Entering directory `/build/sebor/xlc-8.0-8d/lib'
> ...
> xlCcore -c -I/build/sebor/dev/stdlib/include/ansi    -D_RWSTD_USE_CONFIG -I/build/sebor/xlc-8.0-8d/include -I/build/sebor/dev/stdlib/include  -O -qinline  -qtemplateregistry=repository.ti    /build/sebor/dev/stdlib/src/ti_insert_int.cpp
> /nfs/packages/mdx/aix/compilers/5.3.0/va80/root/usr/vacpp/bin/.orig/xlCcore: 1501-230 Internal compiler error; please contact your Service Representative
> gmake[2]: *** [ti_insert_int.o] Error 40
> gmake[2]: Leaving directory `/build/sebor/xlc-8.0-8d/lib'
> gmake[1]: *** [lib] Error 2
> gmake[1]: Leaving directory `/build/sebor/xlc-8.0-8d'
> gmake: *** [libstd] Error 2

-- 
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


[jira] Closed: (STDCXX-159) [XLC++ 8.0/AIX] ICE while optimizing ti_insert_int.cpp

Posted by "Martin Sebor (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/STDCXX-159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Sebor closed STDCXX-159.
-------------------------------


All nightly builds run to completion.

> [XLC++ 8.0/AIX] ICE while optimizing ti_insert_int.cpp
> ------------------------------------------------------
>
>                 Key: STDCXX-159
>                 URL: https://issues.apache.org/jira/browse/STDCXX-159
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 4.1.3
>         Environment: $ uname -srv && xlCcore -qversion
> AIX 3 5
> IBM XL C/C++ Enterprise Edition V8.0 for AIX  
> Version: 08.00.0000.0000 
>            Reporter: Martin Sebor
>         Assigned To: Martin Sebor
>             Fix For: 4.1.4
>
>
> Reported to IBM in PMR 02237,K78,000:
> $ nice gmake BUILDTYPE=8d BUILDDIR=/build/sebor/xlc-8.0-8d 
> GNUmakefile:283: "CONFIG not specified, using vacpp.config"
> creating BUILDDIR=/build/sebor/xlc-8.0-8d
> generating /build/sebor/xlc-8.0-8d/makefile.in from /build/sebor/dev/stdlib/etc/config/vacpp.config
> gmake[1]: Entering directory `/build/sebor/xlc-8.0-8d'
> gmake[2]: Entering directory `/build/sebor/xlc-8.0-8d/include'
> gmake config
> gmake[3]: Entering directory `/build/sebor/xlc-8.0-8d/include'
> configuring for xlCcore-for on aix-5.3
> checking if compiler is sane                       ok
> checking if linker is sane                         ok
> checking if run environment is sane                ok
> checking system architecture                       ILP32 big endian
> ...
> gmake[2]: Leaving directory `/build/sebor/xlc-8.0-8d/lib'
> gmake[2]: Entering directory `/build/sebor/xlc-8.0-8d/lib'
> ...
> xlCcore -c -I/build/sebor/dev/stdlib/include/ansi    -D_RWSTD_USE_CONFIG -I/build/sebor/xlc-8.0-8d/include -I/build/sebor/dev/stdlib/include  -O -qinline  -qtemplateregistry=repository.ti    /build/sebor/dev/stdlib/src/ti_insert_int.cpp
> /nfs/packages/mdx/aix/compilers/5.3.0/va80/root/usr/vacpp/bin/.orig/xlCcore: 1501-230 Internal compiler error; please contact your Service Representative
> gmake[2]: *** [ti_insert_int.o] Error 40
> gmake[2]: Leaving directory `/build/sebor/xlc-8.0-8d/lib'
> gmake[1]: *** [lib] Error 2
> gmake[1]: Leaving directory `/build/sebor/xlc-8.0-8d'
> gmake: *** [libstd] Error 2

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.