[v3] fixups for traits testsuite
Benjamin Kosnik
bkoz@redhat.com
Wed May 16 16:57:00 GMT 2007
Adds in _GLIBCXX_USE_WCHAR_T guards for the new type_traits. In general,
it's better to separate out wchar_t testing via inclusion of "wchar_t"
in the file or directory name, which results in the test of wchar_t
being marked as "unsupported" for targets that don't support wchar_t,
instead of being #ifdefd out.
However, current locale, numerics, and tr1 traits testing do use the
ifdef approach, and it seems useful to continue this approach when not
dealing with explicit wchar_t specializations. I've corrected the one
case where _GLIBCXX_USE_WCHAR_T was being used with the naming convention.
In addition, I am going to add in a function to the configure checks for
-ffunction-sections in the hopes that this will fix the current issues
with this on AIX/cygwin.
I also re-arranged the last of the requirements testscases.
I've just noticed I have the wrong dates on the ChangeLog entry. I'll
fix this.
tested x86/linux
-benjamin
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: p.20070516-2
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20070516/ae9d9db8/attachment.ksh>
More information about the Libstdc++
mailing list