Issue 90454
Summary Clang frontend command failed with exit code 139 or SIGSEGV (in other variant)
Labels clang
Assignees
Reporter vova7878
    Code causing the crash:
https://godbolt.org/z/GYnh4En78

Under #if there are two variants of code that cause different error messages

Clang can't handle code like this:
`template <...> using ... = struct __attribute__((packed)) alignas(...) {...};`
Without a tamplate compiler just says the code is incorrect
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to