Copyright Digital Equipment Corp. All rights reserved.

FINBRANCH

Message        A goto to the label "<label>" branches into a finally
               handler.

Description    A goto statement tried to transfer into a finally
               handler.  This is illegal.

User Action    Modify the goto or move the label outside the
               handler.