[ 
https://issues.apache.org/jira/browse/STDCXX-615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Sebor updated STDCXX-615:
--------------------------------

    Description: 
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}

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



Disabled formatting.

> [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.0
>         Environment: HP aCC 3.73
>            Reporter: Martin Sebor
>            Priority: Minor
>             Fix For: 4.2.1
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> 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}

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

Reply via email to