This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [rfc] Ada simplification: ada_coerce_to_simple_array_type
- From: Joel Brobecker <brobecker at adacore dot com>
- To: Ulrich Weigand <uweigand at de dot ibm dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Fri, 15 May 2009 16:07:01 +0200
- Subject: Re: [rfc] Ada simplification: ada_coerce_to_simple_array_type
- References: <200905141135.n4EBZsqG001678@d12av02.megacenter.de.ibm.com>
> * ada-lang.c (ada_coerce_to_simple_array_type): Reimplement to
> avoid creating a dummy value.
I like this change. On the one hand, it's a slight duplication, but this
is a relatively standard idiom, so it's OK. When I'm done reconciling
the sources with AdaCore's, it'll be easier for me to overhaul the ada-*
sources. Thanks for this patch.
--
Joel