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: [c++] wchar_t instantiations missing now


>>>>> "Benjamin" == Benjamin Kosnik <bkoz@redhat.com> writes:

    >> You must be configuring in some peculiar way, since we're now
    >> using stdio by default, and since that doesn't provide
    >> wide-character support, right? :-)

    Benjamin> It's a build w/ libio still on, but I too believe it to
    Benjamin> be a bug with the new ABI. After all, wchar_t should
    Benjamin> work.

    Benjamin> --enable-cstdio=libio

    Benjamin> Is the only configuration hackery in my build tree.

OK.  I'll try that.  Note that there's no way it will *run* -- the
libio stuff will break with the new ABI.  But, it should *compile*.

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

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