compiler
compiler copied to clipboard
Compiler crash
Issue description:
Compiler crashes with code bellow. I would expect it to at least give error (but i dont see why these code should not work).
Also, if you add size to myarray second dimension (or its first i have no idea, the one thats left for compiler to figure out). then compiler does not crash, but it starts dropping errors that make no sense at all.
Minimal complete verifiable example (MCVE):
new errortest[24] = "Test";//Does not matter if initialized or not
new myarray[2][] =
{
errortest,
errortest
};
Workspace Information:
- Compiler version: 3.10.10 (also compiled from dev branch, but crash remained)
- Command line arguments provided (or sampctl version): Standard sublime
[cmd: ['pawncc.exe', 'C:\\Users\\Ice\\Desktop\\Samp Server\\gamemodes\\Plugin\\Main.pwn', '-oC:\\Users\\Ice\\Desktop\\Samp Server\\gamemodes\\Plugin/Main', '-;+', '-(+', '-d3']]
[dir: C:\Users\Ice\Desktop\Samp Server\pawno]
- Operating System: Windows 7 SP1 x64 (build 7601)
This issue has been automatically marked as stale because it has not had recent activity.