Bug path

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