id summary reporter owner description type status milestone component version severity resolution keywords cc 6255 when define an array, the dimension can be a variable ryan.kang@… "int main() { int b = 10; int array[b]; array[0] = 100; b = 20; return 0; } it is ok with these code? Is there something wrong with it?" Bugs closed To Be Determined None Boost 1.48.0 Problem invalid