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