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]
Other format: [Raw text]

[Bug libstdc++/6702] requirements for wchar_t support are too restrictive for Solaris pre 10



------- Comment #25 from ebotcazou at gcc dot gnu dot org  2006-03-31 14:05 -------
> Confirmed on Solaris 7, 8 and 9, everything is fine on Solaris 10.

Three functions are missing:

conftest.cc:75: error: '::wcstold' has not been declared
conftest.cc:76: error: '::wcstoll' has not been declared
conftest.cc:78: error: '::wcstoull' has not been declared

They'll need to be specialized like vfwscanf and the like.


-- 

ebotcazou at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pcarlini at suse dot de


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=6702


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