[PATCH] libstdc++: Explicitly pass -Wsystem-headers to tests that need it

2025-09-17 Thread Patrick Palka
Tested on x86_64-pc-linux-gnu, does thsi look OK for trunk and perhaps 15/14? -- >8 -- When running libstdc++ tests using an installed gcc (as opposed to an in-tree gcc), warnings from within system headers are suppressed, so tests that check for such warnings need to pass -Wsystem-headers explic

Re: [PATCH] libstdc++: Explicitly pass -Wsystem-headers to tests that need it

2025-09-16 Thread Jonathan Wakely
On Tue, 16 Sept 2025 at 16:36, Patrick Palka wrote: > > Tested on x86_64-pc-linux-gnu, does thsi look OK for trunk and > perhaps 15/14? OK for trunk/15/14 > > -- >8 -- > > When running libstdc++ tests using an installed gcc (as opposed to > an in-tree gcc), warnings from within system headers a