This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] constify to_attach
- From: Joel Brobecker <brobecker at adacore dot com>
- To: Tom Tromey <tromey at redhat dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Wed, 21 May 2014 15:05:29 -0700
- Subject: Re: [PATCH] constify to_attach
- Authentication-results: sourceware.org; auth=none
- References: <1400696455-29563-1-git-send-email-tromey at redhat dot com> <87mwebhsc2 dot fsf at fleche dot redhat dot com> <20140521212227 dot GN22822 at adacore dot com> <874n0ihl1c dot fsf at fleche dot redhat dot com>
> Yeah. C99 designated initializers are really nice for this reason.
I searched the GDB wiki about C99, and there were no hits. I am
wondering if we should be starting a list of C99 features we think
would be worthwhile to allow. This one would definitely be on my list!
Perhaps we can also list some of the issues that would prevent us
from adopting a subset of C99 (Eg: fear if missing checks against
disallowed features)?
(just thinking aloud)
--
Joel