| 
     ‘custom_logger’: events 6-7 
|     8 | void custom_logger(const char *msg) |  
 |      ^~~~~~~~~~~~~ |  
 |      | |  
 |      (6) entry to ‘custom_logger’ |  
|     9 | { |  
|    10 |   fprintf(stderr, "LOG: %s", msg); /* { dg-warning "call to 'fprintf' from within signal handler" } */ |  
 |   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |  
 |   | |  
 |   (7) call to ‘fprintf’ from within signal handler |  
 
 |