Paul Richard Thomas wrote:
Boostratpped and regtested on FC17/x86_64 - OK for trunk?
OK - with the below nits fixed. Thanks for the patch.
PR fortran/PR53876
PR fortran/PR55990
PR fortran/PR55992
Change 55* into 54*.
PR fortran/PR53876
PR fortran/PR55990
PR fortran/PR55992
Ditto.
+ /* Ensure that the CLASS langauge specific flag is set. */
s/langauge/language/
+ ! { dg-do run}
s/run}/run }/
Without the " " before the right curly brace, DejaGNU will ignore the
line and handle it as "dg-do compile". Please check after that change
that the test case doesn't fail at run time.
Tobias