Bug path

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