|
Archives
D Programming
digitalmars.Ddigitalmars.D.bugs digitalmars.D.dtl digitalmars.D.ide digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger D.gnu D 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 electronics |
digitalmars.D.learn - main return again
I may have found my 44th bug in DMD:
void main() { return "a"; }
It outputs to me, on Windows:
Internal error: ../ztc/cgcod.c 1479
Bye,
bearophile
Jun 25 2009
On Thu, Jun 25, 2009 at 6:11 PM, bearophile<bearophileHUGS lycos.com> wrote: Jun 25 2009
Jarrett Billingsley wrote:On Thu, Jun 25, 2009 at 6:11 PM, bearophile<bearophileHUGS lycos.com> wrote: Jun 26 2009
Ary Borenszweig:you should say which DMD version you used. I tried it with 2.030 and I didn't get the error. Jun 26 2009
|