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/18 21:33:59 UTC

[jira] Created: (STDCXX-165) [gcc 3.4.2/HP-UX 11.11] errorn on long_double in num_get.cpp

[gcc 3.4.2/HP-UX 11.11] errorn on long_double in num_get.cpp
------------------------------------------------------------

         Key: STDCXX-165
         URL: http://issues.apache.org/jira/browse/STDCXX-165
     Project: C++ Standard Library
        Type: Bug
  Components: Build  
    Versions: 4.1.3    
 Environment: $ uname -mrs && gcc -v
HP-UX B.11.11 9000/800
Reading specs from /usr/local/lib/gcc/hppa2.0w-hp-hpux11.11/3.4.2/specs
Configured with: /scratch/njs/pkgbuild/3.3.1/hpux-11/gcc-3.4.2/configure --enable-languages=c,c++ --enable-threads=posix --disable-nls --with-gnu-as --without-gnu-ld --with-as=/usr/local/bin/as --with-ld=/usr/ccs/bin/ld --with-libiconv-prefix=/usr/local --prefix=/usr/local
Thread model: posix
gcc version 3.4.2
    Reporter: Martin Sebor
 Assigned to: Martin Sebor 
    Priority: Critical
     Fix For: 4.1.4


The num_get.cpp file fails to compile with gcc 3.4.3 on HP-UX 11.11:

gcc -c -I/house/sebor/stdcxx-4.1.3/include/ansi    -D_RWSTD_USE_CONFIG -I/house/sebor/build/stdcxx-4.1.3-gcc-3.4.2/include -I/house/sebor/stdcxx-4.1.3/include  -pedantic -nostdinc++ -O2  -Wall -W -Wcast-qual -Winline -Wshadow -Wwrite-strings -Wno-long-long -Wcast-align  -fPIC /house/sebor/stdcxx-4.1.3/src/num_get.cpp
/house/sebor/stdcxx-4.1.3/src/num_get.cpp: In function `int __rw::__rw_get_num(void*, const char*, int, int, const char*, long unsigned int, const char*, long unsigned int)':
/house/sebor/stdcxx-4.1.3/src/num_get.cpp:661: error: `long_double' does not name a type
/house/sebor/stdcxx-4.1.3/src/num_get.cpp:661: error: extra semicolon
/house/sebor/stdcxx-4.1.3/src/num_get.cpp:664: error: 'union __rw::__rw_get_num(void*, const char*, int, int, const char*, long unsigned int, const char*, long unsigned int)::<anonymous>' has no member named 'words'
/house/sebor/stdcxx-4.1.3/src/num_get.cpp:697: error: 'union __rw::__rw_get_num(void*, const char*, int, int, const char*, long unsigned int, const char*, long unsigned int)::<anonymous>' has no member named 'words'
make: *** [num_get.o] Error 1


-- 
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] Updated: (STDCXX-165) [gcc 3.4.2/HP-UX 11.11] error on long_double in num_get.cpp

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

Martin Sebor updated STDCXX-165:
--------------------------------

    Summary: [gcc 3.4.2/HP-UX 11.11] error on long_double in num_get.cpp  (was: [gcc 3.4.2/HP-UX 11.11] errorn on long_double in num_get.cpp)

> [gcc 3.4.2/HP-UX 11.11] error on long_double in num_get.cpp
> -----------------------------------------------------------
>
>          Key: STDCXX-165
>          URL: http://issues.apache.org/jira/browse/STDCXX-165
>      Project: C++ Standard Library
>         Type: Bug

>   Components: Build
>     Versions: 4.1.3
>  Environment: $ uname -mrs && gcc -v
> HP-UX B.11.11 9000/800
> Reading specs from /usr/local/lib/gcc/hppa2.0w-hp-hpux11.11/3.4.2/specs
> Configured with: /scratch/njs/pkgbuild/3.3.1/hpux-11/gcc-3.4.2/configure --enable-languages=c,c++ --enable-threads=posix --disable-nls --with-gnu-as --without-gnu-ld --with-as=/usr/local/bin/as --with-ld=/usr/ccs/bin/ld --with-libiconv-prefix=/usr/local --prefix=/usr/local
> Thread model: posix
> gcc version 3.4.2
>     Reporter: Martin Sebor
>     Assignee: Martin Sebor
>     Priority: Critical
>      Fix For: 4.2

>
> The num_get.cpp file fails to compile with gcc 3.4.3 on HP-UX 11.11:
> gcc -c -I/house/sebor/stdcxx-4.1.3/include/ansi    -D_RWSTD_USE_CONFIG -I/house/sebor/build/stdcxx-4.1.3-gcc-3.4.2/include -I/house/sebor/stdcxx-4.1.3/include  -pedantic -nostdinc++ -O2  -Wall -W -Wcast-qual -Winline -Wshadow -Wwrite-strings -Wno-long-long -Wcast-align  -fPIC /house/sebor/stdcxx-4.1.3/src/num_get.cpp
> /house/sebor/stdcxx-4.1.3/src/num_get.cpp: In function `int __rw::__rw_get_num(void*, const char*, int, int, const char*, long unsigned int, const char*, long unsigned int)':
> /house/sebor/stdcxx-4.1.3/src/num_get.cpp:661: error: `long_double' does not name a type
> /house/sebor/stdcxx-4.1.3/src/num_get.cpp:661: error: extra semicolon
> /house/sebor/stdcxx-4.1.3/src/num_get.cpp:664: error: 'union __rw::__rw_get_num(void*, const char*, int, int, const char*, long unsigned int, const char*, long unsigned int)::<anonymous>' has no member named 'words'
> /house/sebor/stdcxx-4.1.3/src/num_get.cpp:697: error: 'union __rw::__rw_get_num(void*, const char*, int, int, const char*, long unsigned int, const char*, long unsigned int)::<anonymous>' has no member named 'words'
> make: *** [num_get.o] Error 1

-- 
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-165) [gcc 3.4.2/HP-UX 11.11] error on long_double in num_get.cpp

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

    Resolution: Fixed

Fixed by referenced change.

> [gcc 3.4.2/HP-UX 11.11] error on long_double in num_get.cpp
> -----------------------------------------------------------
>
>          Key: STDCXX-165
>          URL: http://issues.apache.org/jira/browse/STDCXX-165
>      Project: C++ Standard Library
>         Type: Bug

>   Components: Build
>     Versions: 4.1.3
>  Environment: $ uname -mrs && gcc -v
> HP-UX B.11.11 9000/800
> Reading specs from /usr/local/lib/gcc/hppa2.0w-hp-hpux11.11/3.4.2/specs
> Configured with: /scratch/njs/pkgbuild/3.3.1/hpux-11/gcc-3.4.2/configure --enable-languages=c,c++ --enable-threads=posix --disable-nls --with-gnu-as --without-gnu-ld --with-as=/usr/local/bin/as --with-ld=/usr/ccs/bin/ld --with-libiconv-prefix=/usr/local --prefix=/usr/local
> Thread model: posix
> gcc version 3.4.2
>     Reporter: Martin Sebor
>     Assignee: Martin Sebor
>     Priority: Critical
>      Fix For: 4.2

>
> The num_get.cpp file fails to compile with gcc 3.4.3 on HP-UX 11.11:
> gcc -c -I/house/sebor/stdcxx-4.1.3/include/ansi    -D_RWSTD_USE_CONFIG -I/house/sebor/build/stdcxx-4.1.3-gcc-3.4.2/include -I/house/sebor/stdcxx-4.1.3/include  -pedantic -nostdinc++ -O2  -Wall -W -Wcast-qual -Winline -Wshadow -Wwrite-strings -Wno-long-long -Wcast-align  -fPIC /house/sebor/stdcxx-4.1.3/src/num_get.cpp
> /house/sebor/stdcxx-4.1.3/src/num_get.cpp: In function `int __rw::__rw_get_num(void*, const char*, int, int, const char*, long unsigned int, const char*, long unsigned int)':
> /house/sebor/stdcxx-4.1.3/src/num_get.cpp:661: error: `long_double' does not name a type
> /house/sebor/stdcxx-4.1.3/src/num_get.cpp:661: error: extra semicolon
> /house/sebor/stdcxx-4.1.3/src/num_get.cpp:664: error: 'union __rw::__rw_get_num(void*, const char*, int, int, const char*, long unsigned int, const char*, long unsigned int)::<anonymous>' has no member named 'words'
> /house/sebor/stdcxx-4.1.3/src/num_get.cpp:697: error: 'union __rw::__rw_get_num(void*, const char*, int, int, const char*, long unsigned int, const char*, long unsigned int)::<anonymous>' has no member named 'words'
> make: *** [num_get.o] Error 1

-- 
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-165) [gcc 3.4.2/HP-UX 11.11] error on long_double in num_get.cpp

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

Martin Sebor closed STDCXX-165.
-------------------------------


> [gcc 3.4.2/HP-UX 11.11] error on long_double in num_get.cpp
> -----------------------------------------------------------
>
>                 Key: STDCXX-165
>                 URL: https://issues.apache.org/jira/browse/STDCXX-165
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 4.1.3
>         Environment: $ uname -mrs && gcc -v
> HP-UX B.11.11 9000/800
> Reading specs from /usr/local/lib/gcc/hppa2.0w-hp-hpux11.11/3.4.2/specs
> Configured with: /scratch/njs/pkgbuild/3.3.1/hpux-11/gcc-3.4.2/configure --enable-languages=c,c++ --enable-threads=posix --disable-nls --with-gnu-as --without-gnu-ld --with-as=/usr/local/bin/as --with-ld=/usr/ccs/bin/ld --with-libiconv-prefix=/usr/local --prefix=/usr/local
> Thread model: posix
> gcc version 3.4.2
>            Reporter: Martin Sebor
>         Assigned To: Martin Sebor
>            Priority: Critical
>             Fix For: 4.2
>
>
> The num_get.cpp file fails to compile with gcc 3.4.3 on HP-UX 11.11:
> gcc -c -I/house/sebor/stdcxx-4.1.3/include/ansi    -D_RWSTD_USE_CONFIG -I/house/sebor/build/stdcxx-4.1.3-gcc-3.4.2/include -I/house/sebor/stdcxx-4.1.3/include  -pedantic -nostdinc++ -O2  -Wall -W -Wcast-qual -Winline -Wshadow -Wwrite-strings -Wno-long-long -Wcast-align  -fPIC /house/sebor/stdcxx-4.1.3/src/num_get.cpp
> /house/sebor/stdcxx-4.1.3/src/num_get.cpp: In function `int __rw::__rw_get_num(void*, const char*, int, int, const char*, long unsigned int, const char*, long unsigned int)':
> /house/sebor/stdcxx-4.1.3/src/num_get.cpp:661: error: `long_double' does not name a type
> /house/sebor/stdcxx-4.1.3/src/num_get.cpp:661: error: extra semicolon
> /house/sebor/stdcxx-4.1.3/src/num_get.cpp:664: error: 'union __rw::__rw_get_num(void*, const char*, int, int, const char*, long unsigned int, const char*, long unsigned int)::<anonymous>' has no member named 'words'
> /house/sebor/stdcxx-4.1.3/src/num_get.cpp:697: error: 'union __rw::__rw_get_num(void*, const char*, int, int, const char*, long unsigned int, const char*, long unsigned int)::<anonymous>' has no member named 'words'
> make: *** [num_get.o] Error 1

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


[jira] Updated: (STDCXX-165) [gcc 3.4.2/HP-UX 11.11] errorn on long_double in num_get.cpp

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

Martin Sebor updated STDCXX-165:
--------------------------------

    Fix Version: 4.2
                     (was: 4.1.4)

> [gcc 3.4.2/HP-UX 11.11] errorn on long_double in num_get.cpp
> ------------------------------------------------------------
>
>          Key: STDCXX-165
>          URL: http://issues.apache.org/jira/browse/STDCXX-165
>      Project: C++ Standard Library
>         Type: Bug

>   Components: Build
>     Versions: 4.1.3
>  Environment: $ uname -mrs && gcc -v
> HP-UX B.11.11 9000/800
> Reading specs from /usr/local/lib/gcc/hppa2.0w-hp-hpux11.11/3.4.2/specs
> Configured with: /scratch/njs/pkgbuild/3.3.1/hpux-11/gcc-3.4.2/configure --enable-languages=c,c++ --enable-threads=posix --disable-nls --with-gnu-as --without-gnu-ld --with-as=/usr/local/bin/as --with-ld=/usr/ccs/bin/ld --with-libiconv-prefix=/usr/local --prefix=/usr/local
> Thread model: posix
> gcc version 3.4.2
>     Reporter: Martin Sebor
>     Assignee: Martin Sebor
>     Priority: Critical
>      Fix For: 4.2

>
> The num_get.cpp file fails to compile with gcc 3.4.3 on HP-UX 11.11:
> gcc -c -I/house/sebor/stdcxx-4.1.3/include/ansi    -D_RWSTD_USE_CONFIG -I/house/sebor/build/stdcxx-4.1.3-gcc-3.4.2/include -I/house/sebor/stdcxx-4.1.3/include  -pedantic -nostdinc++ -O2  -Wall -W -Wcast-qual -Winline -Wshadow -Wwrite-strings -Wno-long-long -Wcast-align  -fPIC /house/sebor/stdcxx-4.1.3/src/num_get.cpp
> /house/sebor/stdcxx-4.1.3/src/num_get.cpp: In function `int __rw::__rw_get_num(void*, const char*, int, int, const char*, long unsigned int, const char*, long unsigned int)':
> /house/sebor/stdcxx-4.1.3/src/num_get.cpp:661: error: `long_double' does not name a type
> /house/sebor/stdcxx-4.1.3/src/num_get.cpp:661: error: extra semicolon
> /house/sebor/stdcxx-4.1.3/src/num_get.cpp:664: error: 'union __rw::__rw_get_num(void*, const char*, int, int, const char*, long unsigned int, const char*, long unsigned int)::<anonymous>' has no member named 'words'
> /house/sebor/stdcxx-4.1.3/src/num_get.cpp:697: error: 'union __rw::__rw_get_num(void*, const char*, int, int, const char*, long unsigned int, const char*, long unsigned int)::<anonymous>' has no member named 'words'
> make: *** [num_get.o] Error 1

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