digitalmars.D - Compiler Bug
- MicroWizard <MicroWizard_member pathlink.com> Apr 27 2005
- David L. Davis <SpottedTiger yahoo.com> Apr 27 2005
- MicroWizard <MicroWizard_member pathlink.com> May 02 2005
Sorry for posting this here, but unfortunately I do not have access to the bug
newsgroup.
#//sliceret.d
#
#class T{
# ubyte[1] p1;
# ubyte[1] p2;
#public:
# ubyte[] P() {return p1~p2;}
#}
C:\BUG>c:\dmd\bin\dmd -w -release -inline -O sliceret.d
Internal error: ..\ztc\cod2.c 4211
C:\BUG>c:\dmd\bin\dmd -w -debug=verbose sliceret.d
Internal error: ..\ztc\cgcs.c 353
Apr 27 2005
In article <d4or18$1th1$1 digitaldaemon.com>, MicroWizard says...Sorry for posting this here, but unfortunately I do not have access to the bug newsgroup. #//sliceret.d # #class T{ # ubyte[1] p1; # ubyte[1] p2; #public: # ubyte[] P() {return p1~p2;} #} C:\BUG>c:\dmd\bin\dmd -w -release -inline -O sliceret.d Internal error: ..\ztc\cod2.c 4211 C:\BUG>c:\dmd\bin\dmd -w -debug=verbose sliceret.d Internal error: ..\ztc\cgcs.c 353
There is a link to the D.bugs forum thur the browser interface...just click on the "News" link above the "Forum" link. At the top of that page you'll see a set of News Groups links, of which digitalmars.D.bugs is one of them. Hope this helps you out for the next time. :)) David L. ------------------------------------------------------------------- "Dare to reach for the Stars...Dare to Dream, Build, and Achieve!" ------------------------------------------------------------------- MKoD: http://spottedtiger.tripod.com/D_Language/D_Main_XP.html
Apr 27 2005
It seems I was not patient enough to find the link ;-) Thanks a lot. TamasThere is a link to the D.bugs forum thur the browser interface...just click on the "News" link above the "Forum" link. At the top of that page you'll see a set of News Groups links, of which digitalmars.D.bugs is one of them. Hope this helps you out for the next time. :)) David L.
May 02 2005








MicroWizard <MicroWizard_member pathlink.com>