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 137094 - grammar do not support parenthesis in cast
Summary: grammar do not support parenthesis in cast
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: nnnnnk
URL:
Keywords:
: 138212 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-06-12 12:18 UTC by Alexander Simon
Modified: 2008-06-30 13:00 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 Alexander Simon 2008-06-12 12:18:31 UTC
Code example:
---------------
int foo(void *v){
    reinterpret_cast< int*>(v);
    reinterpret_cast< int(*)>(v);
}
---------------
Second cast does not parsed.
Comment 1 nnnnnk 2008-06-27 16:18:18 UTC
*** Issue 138212 has been marked as a duplicate of this issue. ***