This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFA] c++/16675 (incorrect sizeof reference types)
- From: Tom Tromey <tromey at redhat dot com>
- To: Keith Seitz <keiths at redhat dot com>
- Cc: "gp \>\> \"gdb-patches\ at sourceware dot org ml\"" <gdb-patches at sourceware dot org>
- Date: Thu, 10 Apr 2014 11:05:40 -0600
- Subject: Re: [RFA] c++/16675 (incorrect sizeof reference types)
- Authentication-results: sourceware.org; auth=none
- References: <532C8408 dot 9030905 at redhat dot com>
>>>>> "Keith" == Keith Seitz <keiths@redhat.com> writes:
Keith> 2014-03-20 Keith Seitz <keiths@redhat.com>
Keith> PR c++/16675
Keith> * c-exp.y (exp : SIZEOF '(' type ')'): Handle reference types.
Keith> * eval.c (evaluate_subexp_for_sizeof): Refactor and handle
Keith> reference types.
Keith> testsuite/ChangeLog
Keith> 2014-03-20 Keith Seitz <keiths@redhat.com>
Keith> PR c++/16675
Keith> * gdb.cp/cpsizeof.exp: New file.
Keith> * gdb.cp/cpsizeof.cc: New file.
This is ok. Thanks.
Tom