www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - Internal error: e2ir.c 488 (char 00914B24)

reply "Regan Heath" <regan netwin.co.nz> writes:
--[test.d]--
void foo(char[] s) {}

void main()
{
	char c = '?';
	foo("is this it"~c~" yep!");
}

C:\>dmd test.d
char 00914B24
Internal error: e2ir.c 488

Regan
May 25 2005
next sibling parent clayasaurus <clayasaurus gmail.com> writes:
Regan Heath wrote:
 --[test.d]--
 void foo(char[] s) {}
 
 void main()
 {
     char c = '?';
     foo("is this it"~c~" yep!");
 }
 
 C:\>dmd test.d
 char 00914B24
 Internal error: e2ir.c 488
 
 Regan
got char 0x811ad08 on linux (machine specific?)
May 25 2005
prev sibling parent Thomas Kuehne <thomas-dloop kuehne.this-is.spam.cn> writes:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Regan Heath schrieb am Thu, 26 May 2005 00:57:21 +1200:
 --[test.d]--
 void foo(char[] s) {}

 void main()
 {
 	char c = '?';
 	foo("is this it"~c~" yep!");
 }

 C:\>dmd test.d
 char 00914B24
 Internal error: e2ir.c 488

 Regan
Added to DStress as http://dstress.kuehne.cn/nocompile/o/opCat_07_A.d http://dstress.kuehne.cn/nocompile/o/opCat_07_B.d Thomas -----BEGIN PGP SIGNATURE----- iD8DBQFCncWi3w+/yD4P9tIRAgycAKCQZsJBPu3Y6tfI+la6BN2zRafd0gCeMTW8 0Q609VLigPBCcNJmgLnjxyA= =+NXW -----END PGP SIGNATURE-----
Jun 01 2005