Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++ - Internal error: cod2 4221
I got this error when I tried to compile C file (~81Kb) with the -o flag. Without the flag it compiles fine. This wasn't a problem for some earlier DMC versions (v8.40 I think). Aside from this the compilation time was more than 30s in the earlier versions. DMC v8.46.5n Brian PS. I can't send the source code. Feb 14 2006
In addition: With -o-liv flag instead of -o it compiles fine, although the compilation time is ~67s (on my PC). With -o-liv-loop the compilation time is ~1s. Brian Feb 14 2006
"Brian Gardner" <briangr friberg.us> wrote in message news:dssq97$1obn$1 digitaldaemon.com...I got this error when I tried to compile C file (~81Kb) with the -o flag. Without the flag it compiles fine. This wasn't a problem for some earlier DMC versions (v8.40 I think). Aside from this the compilation time was more than 30s in the earlier versions. DMC v8.46.5n Brian PS. I can't send the source code. Feb 15 2006
Walter Bright wrote:"Brian Gardner" <briangr friberg.us> wrote in message news:dssq97$1obn$1 digitaldaemon.com...I got this error when I tried to compile C file (~81Kb) with the -o flag. Without the flag it compiles fine. This wasn't a problem for some earlier DMC versions (v8.40 I think). Aside from this the compilation time was more than 30s in the earlier versions. DMC v8.46.5n Brian PS. I can't send the source code. Feb 15 2006
Brian Gardner wrote:Walter Bright wrote:"Brian Gardner" <briangr friberg.us> wrote in message news:dssq97$1obn$1 digitaldaemon.com...I got this error when I tried to compile C file (~81Kb) with the -o flag. Without the flag it compiles fine. This wasn't a problem for some earlier DMC versions (v8.40 I think). Aside from this the compilation time was more than 30s in the earlier versions. DMC v8.46.5n Brian PS. I can't send the source code. Feb 15 2006
"Arjan" <arjan ask.me> wrote in message news:dt0avl$1vip$1 digitaldaemon.com...Brian Gardner wrote:I can’t trace the bug by this way. I stripped the source file to about 2900 lines. If I comment one more line (no matter where) it compiles (almost always) fine. Brian Feb 16 2006
"Brian Gardner" <briangr friberg.us> wrote in message news:dssq97$1obn$1 digitaldaemon.com...I got this error when I tried to compile C file (~81Kb) with the -o flag. Without the flag it compiles fine. This wasn't a problem for some earlier DMC versions (v8.40 I think). Aside from this the compilation time was more than 30s in the earlier versions. DMC v8.46.5n Brian PS. I can't send the source code. Feb 20 2006
Walter Bright wrote:"Brian Gardner" <briangr friberg.us> wrote in message news:dssq97$1obn$1 digitaldaemon.com...I got this error when I tried to compile C file (~81Kb) with the -o flag. Without the flag it compiles fine. This wasn't a problem for some earlier DMC versions (v8.40 I think). Aside from this the compilation time was more than 30s in the earlier versions. DMC v8.46.5n Brian PS. I can't send the source code. Feb 20 2006
|