Issue 139946
Summary [Clang] No __builtin_aligned_alloc() from C23
Labels clang
Assignees
Reporter BreadTom
    ```
void *f0(unsigned long num){
    return __builtin_aligned_alloc(1, num);
}
```
While GCC compiles this, Clang fails to recognize __builtin_aligned_alloc() as aligned_alloc()
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to