Notes |
(0000006)
Matze (administrator)
2008-12-03 23:37
|
reduced to opt/compilerhang5.c in svn. |
|
(0000007)
Tron (administrator)
2008-12-03 23:48
|
Problem confirmed, not just acknowledged. |
|
(0000018)
xt3firm (administrator)
2008-12-05 16:11
|
Endless recursion in optimizing (x - 8 != 0) where x is an add pointing to inself: This happens if dead loops are constructed with only ONE predecessor, then Phi-nodes are removed, leading to cycles in data path ... |
|
(0000019)
xt3firm (administrator)
2008-12-05 17:10
|
- fixed in r24332 |
|