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 216070 - restrict keyword incorrectly displayed as error in some cases
Summary: restrict keyword incorrectly displayed as error in some cases
Status: RESOLVED DUPLICATE of bug 229185
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 7.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-27 13:53 UTC by dpirch
Modified: 2014-02-19 14:18 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 dpirch 2012-07-27 13:53:53 UTC
Declarations containing restrict qualifiers are sometimes displayed as errors although they are correct, for example

    int *restrict *restrict p1;

or

    typedef int *intptr_t;
    restrict intptr_t p2;

(in a C file, with "C standard" in the project settings set to C99)
Comment 1 Alexander Simon 2014-02-19 14:18:09 UTC

*** This bug has been marked as a duplicate of bug 229185 ***