------- Comment #20 from burnus at gcc dot gnu dot org 2008-04-04 22:43 ------- > Implements dynamic string length Great!
But you also need the handle -fbounds-check. Compile the test case of comment 11 with -fbounds-check. The result is: Fortran runtime error: Different CHARACTER lengths (4/5) in array constructor Without type spec the error is correct, however, with the type spec the elements are allowed to have different lengths. For the test cases: How about adding one test case for -std=f95, which rejects this Fortran 2003 feature? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27997