Open socketpair opened 2 months ago
@llvm/issue-subscribers-clang-frontend
Author: Коренберг Марк (socketpair)
This looks like a dup of #82994
Currently only gcc accepts this: https://godbolt.org/z/5W53nW5rz
This looks like a dup of #82994
Yes it is a Duplicate of #82994
Duplicate of #82994
I don't think this is a duplicate, as I noted in the other bug clang does not have the same behavior as edg/MSVC and so if these are the same bug a more detailed explanation is needed to establish the link.
There are 2 bugs here.
one with static constexpr char ZZZ[]{"qwe"}
- which is definitively a clang bug
and one with static const char ZZZ[]{"qwe"}
- which needs a reduction
https://godbolt.org/z/z4szqa4rT