Re: [PATCH RFC] libstdc++: add #pragma diagnostic

2024-09-18 Thread Jonathan Wakely
On Thu, 12 Sept 2024 at 21:51, Jason Merrill wrote: > > Tested x86_64-pc-linux-gnu. Thoughts about the remaining warnings discussed > below? Any other comments? > > -- 8< -- > > The use of #pragma GCC system_header in libstdc++ has led to bugs going > undetected for a while due to the silencing

[PATCH RFC] libstdc++: add #pragma diagnostic

2024-09-12 Thread Jason Merrill
Tested x86_64-pc-linux-gnu. Thoughts about the remaining warnings discussed below? Any other comments? -- 8< -- The use of #pragma GCC system_header in libstdc++ has led to bugs going undetected for a while due to the silencing of compiler warnings that would have revealed them promptly, and al