-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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 -prod
compiling UI example
#17943
Comments
I've tried What compiler version are you using? Please paste the results of |
Thanks for checking, I'm on gcc 12.2.1 and cc is gcc too: > cc --version
cc (GCC) 12.2.1 20230201
Copyright (C) 2022 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
Try compiling with '-no-parallel' as well. |
It's working now with or without |
I get the same error periodically. Happens about 2% of the time. So it's a hard to reproduce bug, but it's there. |
@yuyi98 do you know what could be causing
|
Ok, I'll try. |
It's ok on windows. |
Fixed in #22655 by @felipensp 🥳 🎊 🚀 ! |
Describe the bug
Compiling the file (provided further down) works, but when using the
-prod
flag I get this error:Expected Behavior
Native compiler to produce a zingy executable.
Current Behavior
Reproduction Steps
The full file, which compiles and runs normally without the
-prod
flag is:Possible Solution
No response
Additional Information/Context
No response
V version
V 0.3.3 f41ca48
Environment details (OS name and version, etc.)
Linux 6.1.23-1-MANJARO #1 SMP PREEMPT_DYNAMIC x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: