https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113230

            Bug ID: 113230
           Summary: 27_io/print/1.cc fails when run with qemu
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Keywords: testsuite-fail
          Severity: normal
          Priority: P3
         Component: libstdc++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: pinskia at gcc dot gnu.org
  Target Milestone: ---
            Target: aarch64-linux-gnu

```
Output was:
H3ll0, world!I walk the line
garbage in À garbage out

Should match:
H3ll0, world!I walk the line
garbage in . garbage out
```

So qemu (or something else) is is saying '\xc0' is 'À' due to that is the ASCII
Latin-1 character for that.

I am not sure if the real issue is that I don't have some env set incorrectly
either here for this test.

Reply via email to