www.digitalmars.com Home | Search | C & C++ | D | DMDScript | News Groups | index | prev | next
Archives

D Programming
D
D.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

D.gnu - Inline functions produce internal error

↑ ↓ ← Luís Marques <luismarques gmail.com> writes:
Hello,

I hope this is correct newsgroup.

The following code produces an internal error in gdmd 0.140 (gdc 0.17):

void test()
{
    void interError();
    internError();
}

Best regards,
Luís Marques
Aug 11 2006
↑ ↓ Dave <Dave_member pathlink.com> writes:
Lu���������������������������ï
½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ wrote:
 Hello,
 
 I hope this is correct newsgroup.
 
 The following code produces an internal error in gdmd 0.140 (gdc 0.17):
 
 void test()
 {
     void interError();
     internError();
 }
 
 Best regards,
 Lu�s Marques

Not a problem with v0.163.
Aug 11 2006
→ Dave <Dave_member pathlink.com> writes:
Dave wrote:
 Lu���������������������������ï
½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ wrote:
 Hello,

 I hope this is correct newsgroup.

 The following code produces an internal error in gdmd 0.140 (gdc 0.17):

 void test()
 {
     void interError();
     internError();
 }

 Best regards,
 Lu�s Marques

Not a problem with v0.163.

Err, also not a problem with GDC v0.19 using v0.162.
Aug 11 2006
→ Luis Marques <luismarques gmail.com> writes:
== Quote from Dave (Dave_member pathlink.com)'s article
 Not a problem with v0.163.

Indeed, here works too. I thought I was running a recent version of gdc/gdmd. Perhaps I mixed the installers. Thanks, Luís Marques
Aug 11 2006