This test tries to ensure that can be included after defining _XOPEN_SOURCE=600, which doesn't test anything if that header is already included via the PCH before the macro definition. Disable PCH so that it behaves as intended. Signed-off-by: Jonathan Wakely libstdc++-v3/ChangeLog: * testsuite/19_diagnostics/headers/system_error/93151.cc: Disable PCH. Tested x86_64-linux. Committed to trunk.