Bug path

test_48
‘test_48’: events 1-2
596 int *p = NULL; /* { dg-message "'p' is NULL" } */
^
|
(1) ‘p’ is NULL
597 *p = 1; /* { dg-warning "dereference of NULL 'p'" } */
~~~~~~
|
(2) dereference of NULL ‘p’