| Thread overview | ||||||
|---|---|---|---|---|---|---|
|
August 11, 2006 Inline functions produce internal error | ||||
|---|---|---|---|---|
| ||||
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
| ||||
August 11, 2006 Re: Inline functions produce internal error | ||||
|---|---|---|---|---|
| ||||
Posted in reply to Luís Marques | 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. | |||
August 11, 2006 Re: Inline functions produce internal error | ||||
|---|---|---|---|---|
| ||||
Posted in reply to Dave | 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.
| |||
August 11, 2006 Re: Inline functions produce internal error | ||||
|---|---|---|---|---|
| ||||
Posted in reply to Dave | == 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
| |||
Copyright © 1999-2021 by the D Language Foundation
Permalink
Reply