|
Description
|
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
|
As mentioned in this [post|http://www.nabble.com/Re%3A--VOTE--release-stdcxx-4.2.0-%28candidate-7%29-p13373483.html], the test [2.smartptr.shared.cpp|http://svn.apache.org/repos/asf/stdcxx/trunk/tests/tr1.util/2.smartptr.shared.cpp] fails to compile with HP aCC 3.73 with the following error:
{noformat}
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
{noformat}
|