1  void __attribute__((interrupt("nmi"))) __attribute__((weak))
       2  interrupt_name_weak (void) {
       3  } /* { dg-error "argument to interrupt attribute is unsupported for weak functions" } */
       1  void __attribute__((interrupt("nmi"))) __attribute__((weak))
       2  interrupt_name_weak (void) {
       3  } /* { dg-error "argument to interrupt attribute is unsupported for weak functions" } */