On 5 May 2016 at 12:12, Jonathan Wakely <jwak...@redhat.com> wrote: > On 04/05/16 17:19 +0100, Andre Vieira (lists) wrote: >> >> On 20/04/16 18:40, Jonathan Wakely wrote: >>> >>> On 19/04/16 19:07 +0100, Jonathan Wakely wrote: >>>> >>>> This was reported as a bug in the Filesystem library, but it's >>>> actually a problem in the codecvt_utf8 facet that it uses. >>> >>> >>> The fix had a silly typo meaning it didn't work for big endian >>> targets, which was revealed by the improved tests I added. >>> >>> Tested x86_64-linux and powerpc64-linux, committed to trunk. >>> >>> >> Hi Jonathan, >> >> We are seeing experimental/filesystem/path/native/string.cc fail on >> baremetal targets. I'm guessing this is missing a >> 'dg-require-filesystem-ts', as seen on other tests like >> experimental/filesystem/path/modifiers/swap.cc. >> >> Cheers, >> Andre > > > Sorry about that, I've committed the missing directive. > > Hi,
I've seen you've backported the main patch to the gcc-6 branch, you forgot to add the follow-up "Add dg-require-filesystem-ts directive to test". Christophe