This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: When did -Wmaybe-unitialized make its appearance?
- From: Jonathan Wakely <jwakely dot gcc at gmail dot com>
- To: Jeffrey Walton <noloader at gmail dot com>
- Cc: "gcc-help at gcc dot gnu dot org" <gcc-help at gcc dot gnu dot org>
- Date: Fri, 31 Jul 2015 11:18:10 +0100
- Subject: Re: When did -Wmaybe-unitialized make its appearance?
- Authentication-results: sourceware.org; auth=none
- References: <CAH8yC8k41KRc-Qq5WyKHs3QkqSe4druFTVA0WbJKSOBiyu_nrA at mail dot gmail dot com> <20150731082746 dot GA405 at x4> <CAH8yC8ndcZy6T3ZSr2nXvCxcYcguL0m2_ZyEXU+BWvf7z+LhhA at mail dot gmail dot com> <CAH6eHdSLooS4vwXcDhwFks6eXA_UBxz12D3Kv=-9aUKcMGSQjQ at mail dot gmail dot com> <CAH8yC8mvBNCGYkVU9-H_2XqqC7D5nJz0e0xO0+rJeJ=+BFV_Sg at mail dot gmail dot com>
On 31 July 2015 at 10:10, Jeffrey Walton <noloader@gmail.com> wrote:
> On Fri, Jul 31, 2015 at 5:07 AM, Jonathan Wakely <jwakely.gcc@gmail.com> wrote:
>> On 31 July 2015 at 09:30, Jeffrey Walton wrote:
>>>>> When did -Wmaybe-unitialized make its appearance?
>>>>
>>>> The svn or git repositories are publicly available. They should give you
>>>> the answer.
>>>
>>> Thanks.
>>>
>>> Would it be possible to start listing this information somewhere?
>>
>> Sure, if you collate the information I'll put it on the wiki. I'm not
>> going to spend hours doing it myself though, and I expect the same
>> goes for most people.
>
> Fair enough.
>
> How does one get a wiki account. I visited https://gcc.gnu.org/wiki
> but it doe snot appear to be discussed.
Click on login.
> Do you have a particular format in mind?
Nope, I'm not really interested in the information :-)
> Moving forward, would it be too much to ask that the documentation we
> are creating is updated around the time the feature is checked in?
Documentation already needs to be updated when a new option is added,
so you can already check the manuals to see when it first appeared.
Asking for every change or interaction of options (e.g. whether a
particular -Wfoo option started working with #pragma GCC diagnostic
where it previously didn't) is probably too much to ask.