Issue 176826
Summary Missing _Complex __int128
Labels new issue
Assignees
Reporter rth7680
    ```
_Complex long foo = 0;
_Complex __int128 bar = 0;
```

While clang accepts `_Complex` of a 64-bit integer, it doesn't accept with a 128-bit integer.  These are accepted by gcc.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to