[PATCH] v2: C/C++: more stdlib header hints (PR c/81404)

2017-10-18 Thread David Malcolm
On Tue, 2017-10-17 at 20:05 +, Joseph Myers wrote: > On Tue, 17 Oct 2017, David Malcolm wrote: > > > It also adds generalizes some of the code for this (and for the > > "std::" > > namespace hints in the C++ frontend), moving it to a new > > c-family/known-headers.cc and .h, and introducing a

Re: [PATCH] v2: C/C++: more stdlib header hints (PR c/81404)

2017-10-18 Thread Joseph Myers
On Wed, 18 Oct 2017, David Malcolm wrote: > +{"WINT_MAX", {"", NULL} }, > +{"WINT_MIN", {"", NULL} } These are in / , not . -- Joseph S. Myers jos...@codesourcery.com