Bug 13655 - short-circuiting preprocessor conditionals
Summary: short-circuiting preprocessor conditionals
Status: NEW
Alias: None
Product: systemtap
Classification: Unclassified
Component: translator (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-02 16:16 UTC by Frank Ch. Eigler
Modified: 2012-02-02 16:16 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frank Ch. Eigler 2012-02-02 16:16:59 UTC
Andrew Stitcher reports a need to evaluate this properly:

%(  $# >= 1 && @1 == "futex"  %? ... %)

It may be enough for parser::scan_pp's "preprocessing party"
do { } loop to be exited earlier than currently.