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

[jira] Closed: (STDCXX-247) [HP aCC 3.27] bogus Error 663 referencing base class member

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

Martin Sebor closed STDCXX-247.
-------------------------------

    Resolution: Won't Fix

aCC 3.27 is an ancient compiler.

> [HP aCC 3.27] bogus Error 663 referencing base class member
> -----------------------------------------------------------
>
>                 Key: STDCXX-247
>                 URL: https://issues.apache.org/jira/browse/STDCXX-247
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 4.1.3
>         Environment: HP aCC 3.27
>            Reporter: Martin Sebor
>
> aCC -c -I/tmp_mnt/amd/devco/sebor/dev/stdlib/include/ansi -I/usr/include  -D_RWSTDDEBUG    -D_RWSTD_USE_CONFIG -I/tmp_mnt/amd/devco/sebor/dev/stdlib/include -I/build/sebor/aCC-3.27-11s/include  -Aa +nostl  -g +d  +w +W392 +W655 +W684 +W818 +W819 +W849 +W229 +W361   /tmp_mnt/amd/devco/sebor/dev/stdlib/src/ti_filebuf.cpp
> Error 663: "/tmp_mnt/amd/devco/sebor/dev/stdlib/include/fstream.cc", line 364
>     # Expected template arguments following template name 'basic_filebuf'.
>             if (__nchars != basic_filebuf::xsputn (__buf, __nchars))
>                             ^^^^^^^^^^^^^                           
> ...
> gmake[2]: *** [ti_filebuf.o] Error 2
> aCC -c -I/tmp_mnt/amd/devco/sebor/dev/stdlib/include/ansi -I/usr/include  -D_RWSTDDEBUG    -D_RWSTD_USE_CONFIG -I/tmp_mnt/amd/devco/sebor/dev/stdlib/include -I/build/sebor/aCC-3.27-11s/include  -Aa +nostl  -g +d  +w +W392 +W655 +W684 +W818 +W819 +W849 +W229 +W361   /tmp_mnt/amd/devco/sebor/dev/stdlib/src/ti_stringbuf.cpp
> Error 663: "/tmp_mnt/amd/devco/sebor/dev/stdlib/include/sstream.cc", line 449
>     # Expected template arguments following template name 'basic_stringbuf'.
>         return pos_type (basic_stringbuf::seekoff (__pos, ios_base::beg, __whic
>                          ^^^^^^^^^^^^^^^                                       
> gmake: *** [ti_stringbuf.o] Error 2

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