------- Comment #57 from jvdelisle at gcc dot gnu dot org 2007-11-13 06:34 ------- Regarding the suggestion in comment #55, there is an instance of [S.15][1] in the dump. It will match if we bump the count from 2 to 3 in the dg-final scan directive.
So either this: ! { dg-final { scan-tree-dump-times "5\\\]\\\[1\\\]" 3 "original" } } or ! { dg-final { scan-tree-dump-times "\\\[S\\\.5\\\]\|\\\[S\\\$5\\\]\|\\\[S___5\\\]\|\\\[__S_5\\\]" 2 "original" } } The latter being more precise. Can those interested test this on char_cast_1.f90 please. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31608