Skip to content

Conversation

@neverpanic
Copy link
Contributor

Clang 15 crashes when compiling this code because the size of the array does not match the initializer. This is fixed in clang 16, but Apple clang version 14.0.3 (clang-1403.0.22.14.1) which is currently shipped in Ventura is still affected by this.

See llvm/llvm-project#56016 for the upstream report of this problem.

Clang 15 crashes when compiling this code because the size of the array
does not match the initializer. This is fixed in clang 16, but

  Apple clang version 14.0.3 (clang-1403.0.22.14.1)

which is currently shipped in Ventura is still affected by this.

See llvm/llvm-project#56016 for the upstream
report of this problem.

Signed-off-by: Clemens Lang <cal@macports.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant