When did -Wmaybe-unitialized make its appearance?

Markus Trippelsdorf markus@trippelsdorf.de
Fri Jul 31 08:44:00 GMT 2015


On 2015.07.31 at 04:30 -0400, Jeffrey Walton wrote:
> >> When did -Wmaybe-unitialized make its appearance?
> >
> > The svn or git repositories are publicly available. They should give you
> > the answer.
> 
> 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.

Instead of using gcc version checks for each feature, you could simply
use feature checks at configuration time.

-- 
Markus



More information about the Gcc-help mailing list