Hi Andre,

Shouldn't that better be

    if ((gfc_option.allow_std & GFC_STD_F2003) > 0

I think that

if ((gfc_option.allow_std & GFC_STD_F2003)

would be better - the allow_std field is signed, and
things could get hariy if we ever have close to 32
standards we would like to support.

Hm, come to think of it, is there a special reason to keep
this signed, or could we just change it to unsigned?

Regards

        Thomas

Reply via email to