Found bug in Code::Blocks (svn) or SDCC

if a const multi array are declare longer than the defined content, then at compiling.. Pc will fill memory endless til crash…  :-\

const unsigned char test[2][20] = { "nur 18 lange Array", "nur 18 lange Array" }