This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


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

Re: Invalid asms in libstdc++-v3/config/cpu/alpha/bits/atomicity.h


> I tried something very much like this patch yesterday, but then I
> stumbled across another problem:
> 
> /usr/var/tmp/egcs/alphaev6-dec-osf4.0f/libstdc++-v3/include/bits/ctype_inline.h: In
>    member function `bool std::ctype<char>::is(unsigned char, char) const':
> /usr/var/tmp/egcs/alphaev6-dec-osf4.0f/libstdc++-v3/include/bits/ctype_inline.h:40: `__OBJ_DATA'
>    undeclared (first use this function)

...because it's using AIX ctype bits. Some of the recent (ie anything past 
tuesday) checkins should solve this. You should be using the generic 
ctype bits. (And can check this by looking what your build directory's
libstdc++-v3/include/bits files are linked to.)

-benjamin

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