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

Summary: Parsing of struct field initializations fails
Product: cnd Reporter: eskild <eskild>
Component: Code ModelAssignee: nnnnnk <nnnnnk>
Status: RESOLVED FIXED    
Severity: blocker Keywords: SIMPLEFIX
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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