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: Martin Sebor <msebor at gmail dot com>
- To: noloader at gmail dot com, Markus Trippelsdorf <markus at trippelsdorf dot de>
- Cc: "gcc-help at gcc dot gnu dot org" <gcc-help at gcc dot gnu dot org>
- Date: Fri, 31 Jul 2015 08:59:11 -0600
- 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>
On 07/31/2015 02:30 AM, 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?
Surely I'm not the only person who needs to know the intersection of
features with versions.
I've often wished for this as well, most recently when supporting
multiple compilers that claimed (but failed to deliver) option-
by-option compatibility with GCC. I had also asked compiler vendors
to provide this information but in the end solved it on my own for
a subset of the options I was interested in by writing a script to
extract this information from the compiler manuals.
That said, I agree that including this information either in the
manual or on the Wiki would be helpful. If you take this on I'm
willing to help.
Martin