-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error: scalar-to-vector conversion failed, possible invalid constraint for vector type #1420
Comments
From the crash report in
Two questions:
|
@leleliu008 in case you missed my previous reply. PTAL at my questions. |
|
Never mind about this being a Mac specific issue. This crashes on Linux as well. Newer Clang versions report failure rather than a crash:
Clang tries to make progress even on invalid input (mainly to print additional diagnostics). It then crashes if the initial error causes an inconsistent internal state. IMO, fixing the |
@pirama-arumuga-nainar I got it. Thank you very much! |
(If the crash or backend error still happens after fixing the errors, please reopen). |
similar log:
environment =>
details are in bug_report_res.zip
to reproduce this issue please run the following commands in your terminal on Unix-ish system:
about ndk-pkg
Originally posted by @leleliu008 in #1377 (comment)
The text was updated successfully, but these errors were encountered: