This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 240482 - parser errors appears if file has 'bool' variable
Summary: parser errors appears if file has 'bool' variable
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.0
Hardware: PC Solaris
: P2 normal (vote)
Assignee: petrk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-15 07:51 UTC by soldatov
Modified: 2014-01-15 17:07 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description soldatov 2014-01-15 07:51:05 UTC
I see parser errors in same C file:

typedef int B;

void foo(B bool) {
    return;
}

int main() {
    foo(1);
    return 0;
}
Comment 1 petrk 2014-01-15 17:07:16 UTC
Fixed in http://hg.netbeans.org/cnd-main/rev/683e37e68d25