You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
initializing struct member with function returning type alias gives c error with -prod (msvc): C2440: 'initializing': cannot convert from 'f32 *' to 'f32'
#22392
Closed
daansystems opened this issue
Oct 2, 2024
· 0 comments
· Fixed by #22399
V full version: V 0.4.8 18eee34.c01186c
OS: windows, Microsoft Windows 11 Pro v22631 64-bit
Processor: 24 cpus, 64bit, little endian,
getwd: D:\vbug2
vexe: C:\v\v.exe
vexe mtime: 2024-10-02 18:15:48
vroot: OK, value: C:\v
VMODULES: OK, value: C:\Users\info\.vmodules
VTMP: OK, value: C:\Users\info\AppData\Local\Temp\v_0
Git version: git version 2.42.0.windows.2
Git vroot status: 0.4.8-25-gc01186c7-dirty
.git/config present: true
CC version: Error: 'cc' is not recognized as an internal or external command,
operable program or batch file.
thirdparty/tcc status: thirdparty-windows-amd64 b425ac82
What did you do? ./v -g -o vdbg cmd/v && ./vdbg main.v
V doctor:
What did you do?
./v -g -o vdbg cmd/v && ./vdbg main.v
What did you expect to see?
no c error
What did you see instead?
Note
You can use the 👍 reaction to increase the issue's priority for developers.
Please note that only the 👍 reaction to the issue itself counts as a vote.
Other reactions and those to comments will not be taken into account.
The text was updated successfully, but these errors were encountered: