Hi, On 15 June 2017 at 23:18, Janus Weil <ja...@gcc.gnu.org> wrote: > 2017-06-15 15:33 GMT+02:00 Thomas Koenig <tkoe...@netcologne.de>: >> Hi Janus, >> >>> It regtests cleanly on x86_64-linux-gnu. Ok for trunk? >> >> >> OK. >> >> Thanks for the patch! > > Thanks, Thomas! Committed as r249227. >
There's a problem with the new test. It says: gfortran.dg/proc_ptr_comp_51.f90 -O : dump file does not exist UNRESOLVED: gfortran.dg/proc_ptr_comp_51.f90 -O scan-tree-dump-times original "__builtin_free" 3 You probably either want to add: ! { dg-options "-fdump-tree-original" } or to remove: ! { dg-final { scan-tree-dump-times "__builtin_free" 3 "original" } } Thanks, Christophe > Cheers, > Janus