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 258327 - Unresolved _Atomic in C11 when used with parens
Summary: Unresolved _Atomic in C11 when used with parens
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: petrk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-11 11:36 UTC by petrk
Modified: 2016-07-22 01:51 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 petrk 2016-03-11 11:36:15 UTC
Set "C Compiler|C Standard"=C11

#include <stdatomic.h>

int main(int argc, char** argv) {
    _Atomic(int)* p2; // unresolved p2
    return (0);
}
Comment 1 petrk 2016-07-21 13:47:58 UTC
Fixed in http://hg.netbeans.org/cnd-main/rev/ca70b5efda5e
Comment 2 Quality Engineering 2016-07-22 01:51:09 UTC
Integrated into 'main-silver', will be available in build *201607220002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/ca70b5efda5e
User: Petr Kudryavtsev <petrk@netbeans.org>
Log: Fixed #258327 - Unresolved _Atomic in C11 when used with parens