Re: [PATCH 1/4] More #include suggestions (PR c++/84269)

2018-03-29 Thread Jason Merrill
OK. On Thu, Mar 22, 2018 at 7:44 PM, David Malcolm wrote: > PR c++/84269 reports a number of names in the C and C++ standard > libraries for which we don't yet offer #include fix-it hints. > > This patch adds them (up to comment #9). > > Successfully bootstrapped & regrtested on x86_64-pc-linux-g

[PATCH 1/4] More #include suggestions (PR c++/84269)

2018-03-22 Thread David Malcolm
PR c++/84269 reports a number of names in the C and C++ standard libraries for which we don't yet offer #include fix-it hints. This patch adds them (up to comment #9). Successfully bootstrapped & regrtested on x86_64-pc-linux-gnu. OK for trunk? gcc/c-family/ChangeLog: PR c++/84269