Bulletin number: 274 Products affected: D511A D611A D711D Description: Static initialisation bug Component: compiler Date: Mon May 21 10:51:49 BST 1990 ----- The following C program does not work correctly. The value zero is printed. void main() { static float hz=((float)1.0)/(float)50.0; printf("%e",hz); } The problem does not exist in D514A, D614A or D714A.