public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug exp/19312] incorrect evaluation of expression with convenience variable
       [not found] <bug-19312-4717@http.sourceware.org/bugzilla/>
@ 2023-02-18  1:23 ` tromey at sourceware dot org
  2023-02-21 19:45 ` cvs-commit at gcc dot gnu.org
  2023-02-21 19:46 ` tromey at sourceware dot org
  2 siblings, 0 replies; 3+ messages in thread
From: tromey at sourceware dot org @ 2023-02-18  1:23 UTC (permalink / raw)
  To: gdb-prs

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

Tom Tromey <tromey at sourceware dot org> changed:

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

--- Comment #1 from Tom Tromey <tromey at sourceware dot org> ---
I have a patch.

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

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

* [Bug exp/19312] incorrect evaluation of expression with convenience variable
       [not found] <bug-19312-4717@http.sourceware.org/bugzilla/>
  2023-02-18  1:23 ` [Bug exp/19312] incorrect evaluation of expression with convenience variable tromey at sourceware dot org
@ 2023-02-21 19:45 ` cvs-commit at gcc dot gnu.org
  2023-02-21 19:46 ` tromey at sourceware dot org
  2 siblings, 0 replies; 3+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2023-02-21 19:45 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #2 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=3592bebbbf6b27732effc49bd6a73b0bd5af4df4

commit 3592bebbbf6b27732effc49bd6a73b0bd5af4df4
Author: Tom Tromey <tom@tromey.com>
Date:   Fri Feb 17 19:55:50 2023 -0500

    Issue error on erroneous expression

    A while back I discovered that this does not issue an error:

        (gdb) p $x = (void * ) 57
        $3 = (void *) 0x39
        (gdb) p $x + 7 = 3
        $6 = (void *) 0x3

    This patch fixes the bug.
    Regression tested on x86-64 Fedora 36.

    Reviewed-By: Bruno Larsen <blarsen@redhat.com>
    Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=19312

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

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

* [Bug exp/19312] incorrect evaluation of expression with convenience variable
       [not found] <bug-19312-4717@http.sourceware.org/bugzilla/>
  2023-02-18  1:23 ` [Bug exp/19312] incorrect evaluation of expression with convenience variable tromey at sourceware dot org
  2023-02-21 19:45 ` cvs-commit at gcc dot gnu.org
@ 2023-02-21 19:46 ` tromey at sourceware dot org
  2 siblings, 0 replies; 3+ messages in thread
From: tromey at sourceware dot org @ 2023-02-21 19:46 UTC (permalink / raw)
  To: gdb-prs

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

Tom Tromey <tromey at sourceware dot org> changed:

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

--- Comment #3 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] 3+ messages in thread

end of thread, other threads:[~2023-02-21 19:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-19312-4717@http.sourceware.org/bugzilla/>
2023-02-18  1:23 ` [Bug exp/19312] incorrect evaluation of expression with convenience variable tromey at sourceware dot org
2023-02-21 19:45 ` cvs-commit at gcc dot gnu.org
2023-02-21 19:46 ` 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).