When did -Wmaybe-unitialized make its appearance?

Martin Sebor msebor@gmail.com
Fri Jul 31 14:59:00 GMT 2015


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



More information about the Gcc-help mailing list