https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103766
--- Comment #8 from hubicka at kam dot mff.cuni.cz --- > > I would welcome a testuite friendly version of the fortran testcase > > Both Andrew and I failed to make a C reproducer - what about just taking the > -fdump-tree-gimple, as input would that work ? Me too. The testcase depends on fnspec annotations produced by Fortran so we get both noescape and noread to trigger the wrong code. I guess we may try to feed fnspec to gimple frontend but I am not even sure it is possible, since fnspec is internal attribute.... I suppose we can also live without a testcase - I hope I will not do again such a stupid oversight.