LADSoft / OrangeC

OrangeC Compiler And Tool Chain
http://ladsoft.tripod.com/orange_c_compiler.html
Other
284 stars 39 forks source link

Orange C failed to compile this project #1019

Open ghost opened 7 months ago

ghost commented 7 months ago

https://github.com/danmar/simplecpp

C:\projects\simplecpp>occ -o simplecpp main.cpp simplecpp.cpp
occ (OrangeC) Version 6.73.8
Copyright (C) LADSoft 2006-2021
main.cpp
Error(361)    main.cpp(144):  Indirection on for-range iterator returns wrong type
1 Errors
simplecpp.cpp
Error( 11)    simplecpp.cpp(448):  Syntax error: ) expected
version: 6.73.8
Command Line: "C:\orangec\bin\occparse" -! --architecture "x86;lssm:yluaxqhysmqydghplvieq" "-o" "simplecpp" "main.cpp" "simplecpp.cpp"

Access Violation:(C:\orangec\bin\occparse.exe)
CS:EIP 0023:0044E543  SS:ESP 002B:0018F540
EAX: 00000000  EBX: 07EE23C0  ECX: 0018F7EC  EDX: 0D8D5600  flags: 00010216
EBP: 0018F9E4  ESI: 0D8D7668  EDI: 00000000
 DS:     002B   ES:     002B   FS:     0053   GS:     002B

CS:EIP  8B 40 04 8B 40 08 50 8B 45 E0 50 E8 29 3B FC FF

Stack trace:
                        44e543
                        4015d3
                        40344e
                        5d52cd
GitMensch commented 5 months ago

That's quite an old version - does it still happen with a recent version?

LADSoft commented 5 months ago

i checked and there are issues with the latest version. Will come back to it.