Bug 147911 - offlineasm should fail when trying to jump to a non-existing label
Summary: offlineasm should fail when trying to jump to a non-existing label
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-11 16:35 PDT by Basile Clement
Modified: 2015-08-11 16:35 PDT (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Basile Clement 2015-08-11 16:35:51 PDT
If there is a jump to a local label (.labelName) in a macro where the label has not been defined, offlineasm should throw some kind of error instead of silently inserting a jump to "somewhere".