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 165597 - Parsing of struct field initializations fails
Summary: Parsing of struct field initializations fails
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: nnnnnk
URL:
Keywords: SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2009-05-20 13:25 UTC by eskild
Modified: 2009-08-21 06:05 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 eskild 2009-05-20 13:25:44 UTC
From QEMU's coreaudio.c:

struct {
    int buffer_frames;
    int nbuffers;
    int isAtexit;
} conf = {
    .buffer_frames = 512,
    .nbuffers = 4,
    .isAtexit = 0
};

Parsing fails for the field initializations: "Unable to resolve identifier buffer_frames", etc.
Comment 2 Quality Engineering 2009-08-21 06:05:39 UTC
Integrated into 'main-golden', will be available in build *200908210201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/013661ec3e77
User: Nick N. Krasilnikov <nnnnnk@netbeans.org>
Log: fixed IZ#165597 : Parsing of struct field initializations fails