<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Issue</th>
<td>
<a href=https://github.com/llvm/llvm-project/issues/133509>133509</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>
musttail attribute on a function with not_tail_called attribute has no warning/error that musttail is ignored
</td>
</tr>
<tr>
<th>Labels</th>
<td>
new issue
</td>
</tr>
<tr>
<th>Assignees</th>
<td>
</td>
</tr>
<tr>
<th>Reporter</th>
<td>
pinskia
</td>
</tr>
</table>
<pre>
Take:
```
int __attribute__((not_tail_called)) foo1(int);
int foo2(int a) {
[[clang::musttail]]
return foo1(a);
}
```
There is NO diagnostic saying musttail is being ignored due to the conflict of not_tail_called attribute.
</pre>
<img width="1" height="1" alt="" src="http://email.email.llvm.org/o/eJx0kUFr4zAQhX-NfBka5LGdWAcdXIqPu5fejSzJtraKFKRxQ__9ojRN2cLCgGFm_GneeypntwZrJeueWfdSqZ22mOTFhfzmVDVH8yFf1ZtlzcD4wI78XnxwgWCaFFFy8052mhj2DPsQaSLl_KSV99YwFAwFLDHWDHsXqDSa58L6RCwx4ucEVNlkpzKE2znP2quwlqeb4bxnKlzWvZTiA0CytKfwxVbf5NPLj1sZH143myy4DL9-g3FqDTGT05DVhwsrfNHLwmxLx60hJmvA7BYoAm0WdAyLd5ogLvBDJjx8OFRGNkY0QlVW1qe2qQWvkVebFEa0x1rgqdOm44jieGz4cTYL56bW81I5iRw73mBfC-xbfjBzr4W2QvAZT61pWcvtWTl_8P79fIhprVzOu5V103RcVF7N1udbkojBXuE2ZYgl2CTLT0_zvmbWcu8y5W8MOfJWPkx4iIEYQMGyB00uBrg62v6vHDaVIUS4qhRcWBmONqWYgDZF_xh8t7bak5cb0SWXhHFkOK6Otn0-6HhmOJbr7p-nS4p_rCaG401TZjjeRb9L_BsAAP__lXzjCA">