digitalmars.D.bugs - Internal error: e2ir.c 488 (char 00914B24)
- "Regan Heath" <regan netwin.co.nz> May 25 2005
- clayasaurus <clayasaurus gmail.com> May 25 2005
- Thomas Kuehne <thomas-dloop kuehne.this-is.spam.cn> Jun 01 2005
--[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
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
-----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









clayasaurus <clayasaurus gmail.com> 