public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/31574] New: [gdb, armv8l] FAIL: gdb.ada/verylong.exp: print x
@ 2024-03-29  7:51 vries at gcc dot gnu.org
  2024-03-29 11:53 ` [Bug ada/31574] " tromey at sourceware dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: vries at gcc dot gnu.org @ 2024-03-29  7:51 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=31574

            Bug ID: 31574
           Summary: [gdb, armv8l] FAIL: gdb.ada/verylong.exp: print x
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: ada
          Assignee: unassigned at sourceware dot org
          Reporter: vries at gcc dot gnu.org
  Target Milestone: ---

In an armhf container on an aarch64-linux host, I run into:
...
PASS: gdb.ada/verylong.exp: compilation prog.adb
FAIL: gdb.ada/verylong.exp: print x
FAIL: gdb.ada/verylong.exp: print x / 2
FAIL: gdb.ada/verylong.exp: print (x / 4) * 2
PASS: gdb.ada/verylong.exp: print x - x
FAIL: gdb.ada/verylong.exp: print x - 99 + 1
FAIL: gdb.ada/verylong.exp: print -x
FAIL: gdb.ada/verylong.exp: print +x
PASS: gdb.ada/verylong.exp: print 170141183460469231731687303715884105727
FAIL: gdb.ada/verylong.exp: print x = 170141183460469231731687303715884105727
...

In more detail:
...
(gdb) print x^M
$1 = 9223372036854775807^M
(gdb) FAIL: gdb.ada/verylong.exp: print x
...

A passing version on x86_64-linux looks like:
...
(gdb) print x^M
$1 = 170141183460469231731687303715884105727^M
(gdb) PASS: gdb.ada/verylong.exp: print x
...

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

end of thread, other threads:[~2024-04-02 14:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-29  7:51 [Bug ada/31574] New: [gdb, armv8l] FAIL: gdb.ada/verylong.exp: print x vries at gcc dot gnu.org
2024-03-29 11:53 ` [Bug ada/31574] " tromey at sourceware dot org
2024-03-29 11:57 ` vries at gcc dot gnu.org
2024-03-29 12:17 ` vries at gcc dot gnu.org
2024-03-29 12:38 ` vries at gcc dot gnu.org
2024-04-02 14:14 ` cvs-commit at gcc dot gnu.org
2024-04-02 14:16 ` [Bug testsuite/31574] [gdb, 32-bit] " vries 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).