public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug gdb/27742] New: FAIL: gdb.opt/inline-locals.exp: info locals above bar 2/3
@ 2021-04-16  9:16 vries at gcc dot gnu.org
  2021-04-16 10:44 ` [Bug gdb/27742] " vries at gcc dot gnu.org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: vries at gcc dot gnu.org @ 2021-04-16  9:16 UTC (permalink / raw)
  To: gdb-prs

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

            Bug ID: 27742
           Summary: FAIL: gdb.opt/inline-locals.exp: info locals above bar
                    2/3
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gdb
          Assignee: unassigned at sourceware dot org
          Reporter: vries at gcc dot gnu.org
  Target Milestone: ---

New FAILs:
...
FAIL: gdb.opt/inline-locals.exp: info locals above bar 2
FAIL: gdb.opt/inline-locals.exp: info locals above bar 3
...

First in more detail:
...
(gdb) PASS: gdb.opt/inline-locals.exp: func1 inlined 2
info locals^M
array = {0 <repeats 64 times>}^M
array = <optimized out>^M
(gdb) FAIL: gdb.opt/inline-locals.exp: info locals above bar 2
...

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

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

* [Bug gdb/27742] FAIL: gdb.opt/inline-locals.exp: info locals above bar 2/3
  2021-04-16  9:16 [Bug gdb/27742] New: FAIL: gdb.opt/inline-locals.exp: info locals above bar 2/3 vries at gcc dot gnu.org
@ 2021-04-16 10:44 ` vries at gcc dot gnu.org
  2021-04-16 16:40 ` tromey at sourceware dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: vries at gcc dot gnu.org @ 2021-04-16 10:44 UTC (permalink / raw)
  To: gdb-prs

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

Tom de Vries <vries at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tromey at sourceware dot org

--- Comment #1 from Tom de Vries <vries at gcc dot gnu.org> ---
Bisects to:
...
commit 644a2e75ace6b5e76f91d38c28c3b97fcfdeeaa5 (HEAD)
Author: Tom Tromey <tromey@adacore.com>
Date:   Thu Apr 15 10:14:11 2021 -0600

    Use common_val_print_checked in print_variable_and_value
...

Before:
...
(gdb) PASS: gdb.opt/inline-locals.exp: func1 inlined 2
info locals^M
array = {0 <repeats 64 times>}^M
array = {<optimized out> <repeats 64 times>}^M
(gdb) KFAIL: gdb.opt/inline-locals.exp: info locals above bar 2 (PRMS:
gdb/25695)
...
and after:
...
(gdb) PASS: gdb.opt/inline-locals.exp: func1 inlined 2
info locals^M
array = {0 <repeats 64 times>}^M
array = <optimized out>^M
(gdb) FAIL: gdb.opt/inline-locals.exp: info locals above bar 2
...

Should the KFAIL pattern be updated?

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

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

* [Bug gdb/27742] FAIL: gdb.opt/inline-locals.exp: info locals above bar 2/3
  2021-04-16  9:16 [Bug gdb/27742] New: FAIL: gdb.opt/inline-locals.exp: info locals above bar 2/3 vries at gcc dot gnu.org
  2021-04-16 10:44 ` [Bug gdb/27742] " vries at gcc dot gnu.org
@ 2021-04-16 16:40 ` tromey at sourceware dot org
  2021-04-16 18:08 ` tromey at sourceware dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: tromey at sourceware dot org @ 2021-04-16 16:40 UTC (permalink / raw)
  To: gdb-prs

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

Tom Tromey <tromey at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at sourceware dot org   |tromey at sourceware dot org

--- Comment #2 from Tom Tromey <tromey at sourceware dot org> ---
Sorry about that.

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

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

* [Bug gdb/27742] FAIL: gdb.opt/inline-locals.exp: info locals above bar 2/3
  2021-04-16  9:16 [Bug gdb/27742] New: FAIL: gdb.opt/inline-locals.exp: info locals above bar 2/3 vries at gcc dot gnu.org
  2021-04-16 10:44 ` [Bug gdb/27742] " vries at gcc dot gnu.org
  2021-04-16 16:40 ` tromey at sourceware dot org
@ 2021-04-16 18:08 ` tromey at sourceware dot org
  2021-04-16 18:12 ` vries at gcc dot gnu.org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: tromey at sourceware dot org @ 2021-04-16 18:08 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #3 from Tom Tromey <tromey at sourceware dot org> ---
I couldn't reproduce this one.

                === gdb Summary ===

# of expected passes            22

info locals
array = {0 <repeats 64 times>}


I'm using the x86-64 Fedora 32 system gcc, aka 10.2.
Which compiler are you using?

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

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

* [Bug gdb/27742] FAIL: gdb.opt/inline-locals.exp: info locals above bar 2/3
  2021-04-16  9:16 [Bug gdb/27742] New: FAIL: gdb.opt/inline-locals.exp: info locals above bar 2/3 vries at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2021-04-16 18:08 ` tromey at sourceware dot org
@ 2021-04-16 18:12 ` vries at gcc dot gnu.org
  2021-04-16 19:23 ` tromey at sourceware dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: vries at gcc dot gnu.org @ 2021-04-16 18:12 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #4 from Tom de Vries <vries at gcc dot gnu.org> ---
(In reply to Tom Tromey from comment #3)
> I couldn't reproduce this one.
> 
> 		=== gdb Summary ===
> 
> # of expected passes		22
> 
> info locals
> array = {0 <repeats 64 times>}
> 
> 
> I'm using the x86-64 Fedora 32 system gcc, aka 10.2.
> Which compiler are you using?

gcc 7.5.0.  Also reproducible with 8.4.0.

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

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

* [Bug gdb/27742] FAIL: gdb.opt/inline-locals.exp: info locals above bar 2/3
  2021-04-16  9:16 [Bug gdb/27742] New: FAIL: gdb.opt/inline-locals.exp: info locals above bar 2/3 vries at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2021-04-16 18:12 ` vries at gcc dot gnu.org
@ 2021-04-16 19:23 ` tromey at sourceware dot org
  2021-04-19 13:16 ` cvs-commit at gcc dot gnu.org
  2021-04-19 13:17 ` tromey at sourceware dot org
  6 siblings, 0 replies; 8+ messages in thread
From: tromey at sourceware dot org @ 2021-04-16 19:23 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #5 from Tom Tromey <tromey at sourceware dot org> ---
I will try to update the kfail based on the text in the bug.

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

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

* [Bug gdb/27742] FAIL: gdb.opt/inline-locals.exp: info locals above bar 2/3
  2021-04-16  9:16 [Bug gdb/27742] New: FAIL: gdb.opt/inline-locals.exp: info locals above bar 2/3 vries at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2021-04-16 19:23 ` tromey at sourceware dot org
@ 2021-04-19 13:16 ` cvs-commit at gcc dot gnu.org
  2021-04-19 13:17 ` tromey at sourceware dot org
  6 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-04-19 13:16 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #6 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Tom Tromey <tromey@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=392e0bcc0e4088ff6c31ed43a6232e709bf52751

commit 392e0bcc0e4088ff6c31ed43a6232e709bf52751
Author: Tom Tromey <tromey@adacore.com>
Date:   Mon Apr 19 07:16:34 2021 -0600

    Fix kfail patterns in inline-locals.exp

    PR gdb/27742 points out that my recent change to
    print_variable_and_value caused a regression in inline-locals.exp.  I
    can't reproduce this, but I came up with this patch based on the
    output shown in the bug.

    gdb/testsuite/ChangeLog
    2021-04-19  Tom Tromey  <tromey@adacore.com>

            PR gdb/27742:
            * gdb.opt/inline-locals.exp: Update kfail patterns.

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

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

* [Bug gdb/27742] FAIL: gdb.opt/inline-locals.exp: info locals above bar 2/3
  2021-04-16  9:16 [Bug gdb/27742] New: FAIL: gdb.opt/inline-locals.exp: info locals above bar 2/3 vries at gcc dot gnu.org
                   ` (5 preceding siblings ...)
  2021-04-19 13:16 ` cvs-commit at gcc dot gnu.org
@ 2021-04-19 13:17 ` tromey at sourceware dot org
  6 siblings, 0 replies; 8+ messages in thread
From: tromey at sourceware dot org @ 2021-04-19 13:17 UTC (permalink / raw)
  To: gdb-prs

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

Tom Tromey <tromey at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|---                         |11.1

--- Comment #7 from Tom Tromey <tromey at sourceware dot org> ---
Fixed.

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

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

end of thread, other threads:[~2021-04-19 13:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-16  9:16 [Bug gdb/27742] New: FAIL: gdb.opt/inline-locals.exp: info locals above bar 2/3 vries at gcc dot gnu.org
2021-04-16 10:44 ` [Bug gdb/27742] " vries at gcc dot gnu.org
2021-04-16 16:40 ` tromey at sourceware dot org
2021-04-16 18:08 ` tromey at sourceware dot org
2021-04-16 18:12 ` vries at gcc dot gnu.org
2021-04-16 19:23 ` tromey at sourceware dot org
2021-04-19 13:16 ` cvs-commit at gcc dot gnu.org
2021-04-19 13:17 ` tromey at sourceware dot 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).