Eric Christopher wrote: > > > I am working on will be the first gcc 3.x for Linux/mips. So there > > shouldn't be any problems. Am I right? > > I _think_ you are ok doing this. > > I just noticed from your patch that you set the size to 32-bits. Please > set it to BITS_PER_WORD. I don't know if this is an good idea. BITS_PER_WORD is 64bit for mips64, this might be wrong for wchar_t. At least the code for irix6 defines WCHAR_TYPE_SIZE == 32. Thiemo