Issue 127002
Summary [LLVM] error in backend: Broken function found, compilation aborted
Labels new issue
Assignees
Reporter zhangqingqing24630
    The following code reports an error:
`union a {
  short b;
} __attribute__((transparent_union)) c(union a d) {
   return d;
}
int main()
{
   return 0;
}
`

<!-- Failed to upload "image.png" -->
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to