Digital Mars C++ : Issue Tracking System
Summary: |
Internal error: cgcod 1594 |
Product: |
C/C++ compiler
|
Reporter: |
Walter Bright <bugzilla> |
Component: |
scppn | Assignee: |
Walter Bright <bugzilla> |
Status: |
RESOLVED
FIXED
|
Severity: |
normal
|
CC: |
bugzilla
|
Priority: |
P3
|
Version: |
unspecified |
Hardware: |
PC |
OS: |
Windows |
Reported by Fred Tydeman
int main(void){
long long int lli = 1LL;
short int si, res;
si = 0;
res = si += 1LL;
res = si += lli;
return 0;
}
Comment 1
Walter Bright
2010年05月16日 21:46:11 UTC
Fixed version 8.52