Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Jan Kratochvil <jan.kratochvil@redhat.com>
To: Tom Tromey <tromey@redhat.com>
Cc: gdb-patches@sourceware.org
Subject: Still regressing, now: Too few arguments in function call  [Re: [0/5] FYI: fix typename parsing bugs]
Date: Sat, 07 Jul 2012 12:58:00 -0000	[thread overview]
Message-ID: <20120707125749.GA11559@host2.jankratochvil.net> (raw)
In-Reply-To: <87k3yhot2g.fsf@fleche.redhat.com>

On Fri, 06 Jul 2012 16:36:07 +0200, Tom Tromey wrote:
> This series fixes the typename parsing regressions I introduced, and
> also the other typename bugs I tripped across:

It still does not fix exactly the regression:
	Regression: Invalid data type for function to be called. [Re: FYI: fix PR 9514]
	http://sourceware.org/ml/gdb-patches/2012-07/msg00043.html

old GDB:
(gdb) p *((int *(*) (void)) __errno_location) ()
$1 = 0

recent before this patchset:
(gdb) p *((int *(*) (void)) __errno_location) ()
Invalid data type for function to be called.

FSF GDB HEAD, after this patchset:
(gdb) p *((int *(*) (void)) __errno_location) ()
Too few arguments in function call.

FSF GDB HEAD with modified input to make it working:
(gdb) p *((int *(*) ()) __errno_location) ()
$2 = 0

This is still a regression.


Thanks,
Jan


  reply	other threads:[~2012-07-07 12:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-06 14:36 [0/5] FYI: fix typename parsing bugs Tom Tromey
2012-07-07 12:58 ` Jan Kratochvil [this message]
2012-07-09 14:20   ` Still regressing, now: Too few arguments in function call [Re: [0/5] FYI: fix typename parsing bugs] Tom Tromey

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120707125749.GA11559@host2.jankratochvil.net \
    --to=jan.kratochvil@redhat.com \
    --cc=gdb-patches@sourceware.org \
    --cc=tromey@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox