public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/113230] New: 27_io/print/1.cc fails when run with qemu
@ 2024-01-04  8:51 pinskia at gcc dot gnu.org
  2024-01-04 13:02 ` [Bug libstdc++/113230] " redi at gcc dot gnu.org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: pinskia at gcc dot gnu.org @ 2024-01-04  8:51 UTC (permalink / raw)
  To: gcc-bugs

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.

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2024-01-13 16:46 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-04  8:51 [Bug libstdc++/113230] New: 27_io/print/1.cc fails when run with qemu pinskia at gcc dot gnu.org
2024-01-04 13:02 ` [Bug libstdc++/113230] " redi at gcc dot gnu.org
2024-01-04 13:07 ` redi at gcc dot gnu.org
2024-01-04 14:51 ` pinskia at gcc dot gnu.org
2024-01-04 15:22 ` schwab@linux-m68k.org
2024-01-04 15:39 ` pinskia at gcc dot gnu.org
2024-01-13  3:34 ` hp at gcc dot gnu.org
2024-01-13 11:45 ` redi at gcc dot gnu.org
2024-01-13 11:46 ` redi at gcc dot gnu.org
2024-01-13 16:46 ` hp at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).