This is the mail archive of the gcc@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]
Other format: [Raw text]

Re: Solaris GCC maintainer question...


tscheresky@micron.com writes:

> I posted the following question about GCC and Solaris locale support to
> both gcc-help and libstdc++:
> 
> http://gcc.gnu.org/ml/gcc-help/2009-09/msg00212.html
> 
> It was recommended I try darwin, or ieee_1003.1-2001 for
> --enable-clocale when building GCC.  None of these suggestions worked.
> See here for details:
> 
> http://gcc.gnu.org/ml/gcc-help/2009-09/msg00238.html
> 
> But what I would really like to know, from the Solaris GCC maintainer,
> is it a fact that the locale model for libstdc++ is 'generic', for all
> versions of GCC from 3.4.x to 4.4.1, on Solaris 8 or newer, and there
> will be no support for locales other than C, and POSIX?  If so, what's
> the likelihood that this will change in the future?

Ian Taylor already filed PR libstdc++/41495 for the fact that
--enable-clocale=ieee_1003.1-2001 doesn't build.  I'll try the trivial
patch for this (defining _GLIBCXX_NUM_CATEGORIES as 0) and see how far this
gets me.  If this produces strictly better results than generic, we can
change the libstdc++-v3 default for Solaris (maybe depending on the Solaris
version if it doesn't work everywhere).

	Rainer

-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University


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