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 2007/10/24 22:17:51 UTC

[jira] Created: (STDCXX-615) [HP aCC 3.73] error #440 in 2.smartptr.shared.cpp

[HP aCC 3.73] error #440 in 2.smartptr.shared.cpp
-------------------------------------------------

                 Key: STDCXX-615
                 URL: https://issues.apache.org/jira/browse/STDCXX-615
             Project: C++ Standard Library
          Issue Type: Bug
          Components: Tests
    Affects Versions: 4.2
         Environment: HP aCC 3.73
            Reporter: Martin Sebor
            Priority: Minor
             Fix For: 4.2.1


>From http://www.nabble.com/Re%3A--VOTE--release-stdcxx-4.2.0-%28candidate-7%29-p13373483.html:

The test 2.smartptr.shared.cpp fails to compile with HP aCC 3.73 with the following error:

aCC -c  -D_RWSTDDEBUG    -I$(TOPDIR)/include -I$(BUILDDIR)/include -I$(TOPDIR)/tests/include  -AA  -g +d  +DD64 +w +W392 +W655 +W684 +W818 +W819 +W849   $(TOPDIR)/tests/tr1.util/2.smartptr.shared.cpp
Error 440: "$(TOPDIR)/include/tr1/_smartptr.h", line 215 # Cannot initialize 'volatile Base_0<int> *' with 'volatile Derived<int> *const'.
            : _C_pbody (__rhs._C_pbody), _C_ptr (__rhs._C_ptr) {
                                                 ^^^^^^^^^^^^   
Error 445: "$(TOPDIR)/tests/tr1.util/2.smartptr.shared.cpp", line 270 # Cannot recover from earlier errors.
    static void
    ^^^^^^^^^^^
gmake: *** [2.smartptr.shared.o] Error 2


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