This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: When did -Wmaybe-unitialized make its appearance?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]