[ was: Re: [Patch, fortran] PR35339 Optimize implied do loops in io statements ] On 06/03/2017 03:48 PM, Nicolas Koenig wrote: > ! { dg-final { scan-tree-dump-times "while" 7 "original" } } Hi, I build and tested gcc in a directory with "while" in the path. That made this scan fail (with 25 matches, instead of 7), because the dump contains lines with .common.filename = &"". Fixed by making the scan more precise. Committed as obvious. Thanks, - Tom