|   361 |   tmp.m_ptr = (struct link *)malloc (sizeof (struct link)); /* { dg-message "allocated here" } */ | 
 |                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 
 |                              | | 
 |                              (1) allocated here | 
|   362 | } /* { dg-warning "leak of 'tmp.m_ptr'" } */ | 
 | ~                              | 
 | | | 
 | (2) ‘tmp.m_ptr’ leaks here; was allocated at (1) |