------- Comment #10 from howarth at nitro dot med dot uc dot edu 2008-12-14
00:43 -------
Should really be XFAIL'ing this test on targets that don't use glibc? We have
been seeing...
XPASS: 21_strings/basic_string/element_access/char/21674.cc execution test
XPASS: 21_strings/basic_string/element_access/wchar_t/21674.cc execution test
...for this on darwin for ages now. Can't we use something like...
// { dg-do run { xfail *-*-![darwin]* } }
I noticed that testsuite/22_locale/ctype/is/char/2.cc is using a construct of
that form.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21674