Issue 125078
Summary [clang] `alloc_align` attribute crashes if applied to a function pointer
Labels clang:frontend
Assignees
Reporter MacDue
    Reproducer:
```
void aa_fn_ptr(int* (*member)(int) __attribute__((alloc_align(1))));
```
Compile with clang (any options)

CE: https://godbolt.org/z/14zxWYdM4
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to