qt6-bb10/tests/auto/corelib/io/qprocess/testProcessCrash
Thiago Macieira edd2d9bd0a Make the null pointer dereference a volatile one
This is to ensure that the compiler won't optimise it out of existence.
Clang says it will do it:

testProcessCrash/main.cpp:50:5: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
    *(char*)0 = 0;
    ^~~~~~~~~

Change-Id: Iac7771046442f869e205e8789fffdd6443d58e67
Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@digia.com>
2013-01-29 01:47:01 +01:00
..
main.cpp Make the null pointer dereference a volatile one 2013-01-29 01:47:01 +01:00
testProcessCrash.pro Set the Qt API level to compatibility mode in all tests. 2012-08-01 15:37:46 +02:00