GCC 3.0
Benjamin Kosnik
bkoz@redhat.com
Tue Oct 3 10:19:00 GMT 2000
> It seems that most of the problems are associated with the wide characters
> and locales. Perhaps have some #ifdef that takes that out on platforms
> where it doesn't work yet? We can then test everything else.
Right. Phil Edwards posted a patch on the libstdc++ list to separate most
of the wide character/advanced locale bits from the base narrow character
bits with an enable flag, ie something like
--enable-wchar_t/--disable-wchar_t. This seems like a sane approach.
The rest of the problems center around the merged libio sources: glibc 2.2
and libstdc++-v3 have (mostly) merged sources now, a codebase that is
substantially different than the libio used for libstdc++-v2. I'm not
quite sure if it'll be easiest to work through the libio ports or to
enable the generic, stdio interface as an alternate. (This is what I'm now
working on.)
-benjamin
More information about the Gcc
mailing list