1 /* PR c/14492 */ 2 /* { dg-options "" } */ 3 main()4 int main() { 5 double d = 1.0; 6 char x[(int) d]; 7 return 0; 8 } 9