void__attribute__((disable_tail_calls,naked))foo1(inta){// expected-error {{'disable_tail_calls' and 'naked' attributes are not compatible}} expected-note {{conflicting attribute is here}}
__asm__("");
}
void__attribute__((naked,disable_tail_calls))foo2(inta){// expected-error {{'naked' and 'disable_tail_calls' attributes are not compatible}} expected-note {{conflicting attribute is here}}