Jim, While the test exhibits no particular regression, IMVHO I don't see any reason not to add it. None of my previous testcases include a STRUCTURE within a COMMON block so this would certainly tickle some new code paths, which could expose a future regression.
I'll give this through the weekend or so to see if any official maintainers have a comment otherwise I wouldn't mind committing it as trivial. --- Fritz Reese On Tue, Sep 13, 2016 at 9:51 AM, Jim MacArthur <jim.macart...@codethink.co.uk> wrote: > Hi, I'd like to contribute this small test. I have legacy code which uses > STRUCTURE statements in common blocks, and was happy to find Fritz's DEC > support assumes ordering in STRUCTUREs, as the Oracle compiler does. > > Jim MacArthur > > -- > > 2016-09-13 Jim MacArthur <jim.macart...@codethink.co.uk> > > * gfortran.dg/dec_structure_14.f90: New testcase. >