On Thu, Jun 08, 2023 at 04:06:24 +0000, waffl3x via Gcc wrote:
> I would like to boldly suggest implementing P0847 should be targeted at
> GCC14. In my anecdotal experiences, this feature is very important to
> people, and very important to myself, I believe it should be a priority.
> 
> I am not suggesting this without offering to contribute, however
> because of my inexperience with compiler hacking I am concerned I would
> hinder efforts. With that said, if no one is interested in starting
> work on it, but there is consensus that the feature is important
> enough, then I will do my best to take up that job.

Note that one way to help with a "feature that is very important" to
oneself without compiler experience is to help write test cases (even
better if it includes the necessary `dejagnu` markup). Corner cases are
typically the trickiest to handle and filling it out ahead of time is
likely very helpful to whoever does end up working on it. Indeed,
because you're (likely) different from the feature implementer, you can
help fill in blind spots that may be missed otherwise.

It would also be useful to be somewhat systematic about it as well and
take notes on what, specifically, is being tested in each case as well
as where known gaps in the test cases exist.

--Ben

Reply via email to