This is the mail archive of the libstdc++-prs@sources.redhat.com mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

libstdc++/71: failed to build on x86-linux



>Number:         71
>Category:       libstdc++
>Synopsis:       failed to build on x86-linux
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Jul 05 13:27:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Frank Schimmel
>Release:        egcs-20000626
>Organization:
>Environment:
i686-pc-linux, gcc 2.95.2, binutils 2.9.1
>Description:
I tried building egcs-20000626 with gcc-2.95.2:

configure --enable-languages=c,c++ --enable-haifa \
 --with-cpu=i686 --enable-libstdcxx-v3 --enable-namespaces \
 --enable-threads=posix --enable-shared

File `libstdc++-v3/src/locale.cc' won't compile:

In file included from /space/frank/egcs-20000626/libstdc++-v3/src/locale.cc:41:
/space/frank/egcs-20000626/libstdc++-v3/bits/std_cwctype.h: In function `int std::_S_iswspace_helper
(unsigned int)':
/space/frank/egcs-20000626/libstdc++-v3/bits/std_cwctype.h:65: warning: comparison of unsigned
expression >= 0 is always true
/space/frank/egcs-20000626/libstdc++-v3/bits/std_cwctype.h: In function `int std::_S_iswprint_helper
(unsigned int)':
/space/frank/egcs-20000626/libstdc++-v3/bits/std_cwctype.h:73: warning: comparison of unsigned
expression >= 0 is always true
/space/frank/egcs-20000626/libstdc++-v3/bits/std_cwctype.h: In function `int std::_S_iswcntrl_helper
(unsigned int)':
/space/frank/egcs-20000626/libstdc++-v3/bits/std_cwctype.h:81: warning: comparison of unsigned
expression >= 0 is always true
/space/frank/egcs-20000626/libstdc++-v3/bits/std_cwctype.h: In function `int std::_S_iswupper_helper
(unsigned int)':
/space/frank/egcs-20000626/libstdc++-v3/bits/std_cwctype.h:89: warning: comparison of unsigned
expression >= 0 is always true
/space/frank/egcs-20000626/libstdc++-v3/bits/std_cwctype.h: In function `int std::_S_iswlower_helper
(unsigned int)':
/space/frank/egcs-20000626/libstdc++-v3/bits/std_cwctype.h:97: warning: comparison of unsigned
expression >= 0 is always true
/space/frank/egcs-20000626/libstdc++-v3/bits/std_cwctype.h: In function `int std::_S_iswalpha_helper
(unsigned int)':
/space/frank/egcs-20000626/libstdc++-v3/bits/std_cwctype.h:105: warning: comparison of unsigned
expression >= 0 is always true
/space/frank/egcs-20000626/libstdc++-v3/bits/std_cwctype.h: In function `int std::_S_iswdigit_helper
(unsigned int)':
/space/frank/egcs-20000626/libstdc++-v3/bits/std_cwctype.h:113: warning: comparison of unsigned
expression >= 0 is always true
/space/frank/egcs-20000626/libstdc++-v3/bits/std_cwctype.h: In function `int std::_S_iswpunct_helper
(unsigned int)':
/space/frank/egcs-20000626/libstdc++-v3/bits/std_cwctype.h:121: warning: comparison of unsigned
expression >= 0 is always true
/space/frank/egcs-20000626/libstdc++-v3/bits/std_cwctype.h: In function `int std::_S_iswxdigit_helper
(unsigned int)':
/space/frank/egcs-20000626/libstdc++-v3/bits/std_cwctype.h:129: warning: comparison of unsigned
expression >= 0 is always true
/space/frank/egcs-20000626/libstdc++-v3/bits/std_cwctype.h: In function `int std::_S_iswalnum_helper
(unsigned int)':
/space/frank/egcs-20000626/libstdc++-v3/bits/std_cwctype.h:137: warning: comparison of unsigned
expression >= 0 is always true
/space/frank/egcs-20000626/libstdc++-v3/bits/std_cwctype.h: In function `int std::_S_iswgraph_helper
(unsigned int)':
/space/frank/egcs-20000626/libstdc++-v3/bits/std_cwctype.h:145: warning: comparison of unsigned
expression >= 0 is always true

Only warnings (not critical as far as I can tell),
but `-Werror' makes it fail...
>How-To-Repeat:

>Fix:
WERROR=""
(Not *really* elegant...)
>Release-Note:
>Audit-Trail:
>Unformatted:

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]