digitalmars.D.bugs - Internal compiler error with 0.99
- Andy Friesen (12/12) Aug 19 2004 Given:
- Russ Lewis (2/17) Aug 20 2004 I'm getting thrashed by this same bug...
- sai (2/19) Aug 20 2004
- Andy Friesen (4/24) Aug 20 2004 The easy way to deal with this is to just use byte instead of bit. (I'd...
- Walter (3/4) Aug 20 2004 Looks like I broke something with .99. I'll see about fixing it.
Given: struct ICONINFO { bool fIcon; } int main() { ICONINFO info; info.fIcon = true; return 0; } The error is: Internal error: ..\ztc\cgcs.c 213 -- andy
Aug 19 2004
Andy Friesen wrote:Given: struct ICONINFO { bool fIcon; } int main() { ICONINFO info; info.fIcon = true; return 0; } The error is: Internal error: ..\ztc\cgcs.c 213I'm getting thrashed by this same bug...
Aug 20 2004
I am too ! In article <cg5334$d7s$1 digitaldaemon.com>, Russ Lewis says...Andy Friesen wrote:Given: struct ICONINFO { bool fIcon; } int main() { ICONINFO info; info.fIcon = true; return 0; } The error is: Internal error: ..\ztc\cgcs.c 213I'm getting thrashed by this same bug...
Aug 20 2004
Russ Lewis wrote:Andy Friesen wrote:The easy way to deal with this is to just use byte instead of bit. (I'd bet that this is more C-friendly too) -- andyGiven: struct ICONINFO { bool fIcon; } int main() { ICONINFO info; info.fIcon = true; return 0; } The error is: Internal error: ..\ztc\cgcs.c 213I'm getting thrashed by this same bug...
Aug 20 2004
"Russ Lewis" <spamhole-2001-07-16 deming-os.org> wrote in message news:cg5334$d7s$1 digitaldaemon.com...I'm getting thrashed by this same bug...Looks like I broke something with .99. I'll see about fixing it.
Aug 20 2004